Skip to content

Commit

Permalink
[CMake] Remove error on missing include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirraide committed May 28, 2024
1 parent 75a0848 commit e330b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clan

## C/C++.
-Werror=implicit-fallthrough
-Werror=missing-include-dirs # User-specified include dir does not exist.
-Werror=pointer-arith # Disallow void* and function pointer arithmetic.
-Werror=string-compare # Nonsensical string comparisons.
-Werror=switch # Missing switch cases.
Expand Down

0 comments on commit e330b1e

Please sign in to comment.