mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
Squash more warnings
This commit is contained in:
parent
838b0bcd27
commit
879261981f
3
Makefile
3
Makefile
@ -45,7 +45,8 @@ mg_prefix: mongoose.c mongoose.h
|
||||
$(CLANG) mongoose.c $(CFLAGS) -c -o /tmp/x.o && nm /tmp/x.o | grep ' T' | grep -v 'mg_' ; test $$? = 1
|
||||
|
||||
# C++ build
|
||||
test++: CLANG = g++ -Wno-deprecated -Wno-missing-field-initializers
|
||||
test++: CLANG = g++ -Wno-deprecated
|
||||
test++: WARN += -Wno-shadow
|
||||
test++: unamalgamated
|
||||
|
||||
# Make sure we can build from an unamalgamated sources
|
||||
|
Loading…
x
Reference in New Issue
Block a user