diff options
Diffstat (limited to 'error/CMakeLists.txt')
| -rw-r--r-- | error/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error/CMakeLists.txt b/error/CMakeLists.txt index fbbc945..c74921f 100644 --- a/error/CMakeLists.txt +++ b/error/CMakeLists.txt | |||
| @@ -15,4 +15,4 @@ target_include_directories(error PUBLIC | |||
| 15 | target_link_libraries(error | 15 | target_link_libraries(error |
| 16 | cstring) | 16 | cstring) |
| 17 | 17 | ||
| 18 | target_compile_options(error PRIVATE -Wall -Wextra) | 18 | target_compile_options(error PRIVATE -Wall -Wextra -Wpedantic) |
