Squash more warnings

This commit is contained in:
cpq 2021-05-28 18:54:39 +01:00
parent 838b0bcd27
commit 879261981f

View File

@ -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