summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-03-26 00:53:15 -0400
committerrealtradam <[email protected]>2023-03-26 00:53:15 -0400
commite14efe058ff361e2fed1c6cfdf9f49801156e99b (patch)
tree8444c017e7811fe239b960442c011cb71c02770b /CMakeLists.txt
parent88a6fd13e4fdbf376bcab4bf48c1da2f534d0f1f (diff)
downloadrodeo_sample_game-e14efe058ff361e2fed1c6cfdf9f49801156e99b.tar.gz
rodeo_sample_game-e14efe058ff361e2fed1c6cfdf9f49801156e99b.zip
rodeo bump
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a81e2e..50ffc18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE
-Wextra
-Wpedantic
#-Werror
+-Wconversion
)
endif()