mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
simplify g++ check
This commit is contained in:
@@ -54,7 +54,7 @@ endif
|
||||
|
||||
COMMONFLAGS += -Wno-unused-variable
|
||||
|
||||
ifneq (, $(findstring($(CXX), $(filter $(CC),g++ gcc))))
|
||||
ifneq (,$(findstring g++,$(CXX)))
|
||||
COMMONFLAGS += -Wno-unused-but-set-variable
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user