mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +08:00
Fix pedantic warnings
This commit is contained in:
parent
87148f95f2
commit
bdb388c79d
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ mg_prefix: mongoose.c mongoose.h
|
|||||||
|
|
||||||
# C++ build
|
# C++ build
|
||||||
test++: CC = g++
|
test++: CC = g++
|
||||||
test++: C_WARN = -std=c++20 -Wno-shadow -Wno-missing-field-initializers -Wno-deprecated
|
test++: C_WARN = -std=c++2a -Wno-shadow -Wno-missing-field-initializers -Wno-deprecated
|
||||||
test++: test
|
test++: test
|
||||||
|
|
||||||
musl: test
|
musl: test
|
||||||
|
Loading…
Reference in New Issue
Block a user