Merge pull request #444 from ISSOtm/fix_develop

Fix errors in `make develop`
This commit is contained in:
Eldred Habert
2019-11-06 08:34:37 +01:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ wwwman:
develop:
$Qenv make -j WARNFLAGS="-Werror -Wall -Wextra -Wpedantic \
-Wno-sign-compare -Wformat=2 -Wformat-overflow=2 \
-Wno-sign-compare -Wformat -Wformat-security -Wformat-overflow=2 \
-Wformat-truncation=1 -Wformat-y2k -Wswitch-enum -Wunused \
-Wuninitialized -Wunknown-pragmas -Wstrict-overflow=5 \
-Wstringop-overflow=4 -Walloc-zero -Wduplicated-cond \