aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-04 17:04:10 +0200
committerGitHub <noreply@github.com>2023-09-04 17:04:10 +0200
commitcf599865f60d52ee9ecb2c2673fcf09f0e617813 (patch)
tree625221b42e3dc957db70e4b5efe3d9dd7e2c4f87
parent546d49e183303b1e16741f72ce8583f0583423af (diff)
parent584e800279351cdd592d1012ca885dd86b9f26f2 (diff)
downloadPrismLauncher-cf599865f60d52ee9ecb2c2673fcf09f0e617813.tar.gz
PrismLauncher-cf599865f60d52ee9ecb2c2673fcf09f0e617813.tar.bz2
PrismLauncher-cf599865f60d52ee9ecb2c2673fcf09f0e617813.zip
Merge pull request #1581 from getchoo/old-gcc
-rw-r--r--cmake/CompilerWarnings.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake
index 635e5428..69e57b4d 100644
--- a/cmake/CompilerWarnings.cmake
+++ b/cmake/CompilerWarnings.cmake
@@ -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