Skip to content

Commit

Permalink
gcc: Add conversion warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyedel committed Nov 28, 2015
1 parent 4f4f351 commit 3821e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/compiler_gnu_gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ endif()
add_definitions(
-Wall
-Wextra
-Wconversion
-pedantic
-Wold-style-cast
-Woverloaded-virtual
Expand Down

0 comments on commit 3821e7e

Please sign in to comment.