Merge pull request #1581 from getchoo/old-gcc
This commit is contained in:
commit
cf599865f6
@ -75,7 +75,6 @@ function(
|
|||||||
set(CLANG_WARNINGS
|
set(CLANG_WARNINGS
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra # reasonable and standard
|
-Wextra # reasonable and standard
|
||||||
-Wextra-semi # Warn about semicolon after in-class function definition.
|
|
||||||
-Wshadow # warn the user if a variable declaration shadows one from a parent context
|
-Wshadow # warn the user if a variable declaration shadows one from a parent context
|
||||||
-Wnon-virtual-dtor # warn the user if a class with virtual functions has a non-virtual destructor. This helps
|
-Wnon-virtual-dtor # warn the user if a class with virtual functions has a non-virtual destructor. This helps
|
||||||
# catch hard to track down memory errors
|
# catch hard to track down memory errors
|
||||||
|
Loading…
Reference in New Issue
Block a user