Skip to content

Commit 6695fdd

Browse files
committed
Regenerate artifacts.
1 parent 60ea5fc commit 6695fdd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

builds/cmake/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,9 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON )
4242
# Warn on all stuff.
4343
add_compile_options( "-Wall" )
4444

45-
# Warn on all stuff.
46-
add_compile_options( "-Wall" )
47-
4845
# Warn on extra stuff.
4946
add_compile_options( "-Wextra" )
5047

51-
# Warn on extra stuff.
52-
add_compile_options( "-Wextra" )
53-
54-
# Be really annoying.
55-
add_compile_options( "-Wpedantic" )
56-
5748
# Be really annoying.
5849
add_compile_options( "-Wpedantic" )
5950

0 commit comments

Comments
 (0)