This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Additional warnings enabled.
main
offa
4 years ago
parent
2c7143a6e3
commit
9bdc9e52d1
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
+4
-1
CMakeLists.txt
+ 4
- 1
CMakeLists.txt
View File
@@ -20,10 +20,13 @@ endif()
add_compile_options(-Wall
-Wextra
-pedantic
-Werror
-pedantic-errors
-Werror
-Wshadow
-Wold-style-cast
-Wnull-dereference
-Wnon-virtual-dtor
-Woverloaded-virtual
)
Write
Preview
Loading…
Cancel
Save