Skip to content

Commit

Permalink
Merge pull request #1581 from getchoo/old-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex committed Sep 4, 2023
2 parents 546d49e + 584e800 commit cf59986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CompilerWarnings.cmake
Expand Up @@ -75,7 +75,6 @@ function(
set(CLANG_WARNINGS
-Wall
-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
-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
Expand Down

0 comments on commit cf59986

Please sign in to comment.