We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd5023 commit 0560a8aCopy full SHA for 0560a8a
1 file changed
config/base/base.mk
@@ -8,6 +8,8 @@ this_cxxflags += -std=c++17
8
this_cxxflags += -fPIC
9
this_cxxflags += -Wno-deprecated-declarations
10
11
+this_cxxflags += -Wno-unused-command-line-argument
12
+
13
this_ldlibs += -lstdc++
14
15
this_no_format_test := true
0 commit comments