dropped -Waggregate-return from warning flags as it created spurious warnings for recent c++ compilation (found through cmake build on CentOS 8)

This commit is contained in:
Mark Borgerding
2021-01-23 11:52:15 -05:00
parent d11f1a889c
commit e321f7a4d7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
WARNINGS=-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return \
WARNINGS=-W -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast \
-Wwrite-strings