start moving code to the library, and add error codes
This commit is contained in:
@@ -136,6 +136,7 @@ if test "$gl_gcc_warnings" = yes; then
|
||||
nw="$nw -Wtraditional-conversion" # Too many warnings for now
|
||||
nw="$nw -Wconversion" # Too many warnings for now
|
||||
nw="$nw -Wsuggest-attribute=pure" # Is it worth using attributes?
|
||||
nw="$nw -Wsuggest-attribute=const" # Is it worth using attributes?
|
||||
|
||||
gl_MANYWARN_ALL_GCC([ws])
|
||||
gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])
|
||||
|
||||
Reference in New Issue
Block a user