Activate -Wall compile flag, Fix code not to throw warnings

This commit is contained in:
2018-06-05 22:51:50 +02:00
parent 3ed83c1146
commit da19037211
4 changed files with 15 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ set(SOURCE
${LATEX_SOURCES}
)
add_compile_options(-Wall)
add_executable(${PROJECT_NAME} ${SOURCE} ${CMAKE_CURRENT_BINARY_DIR}/glade/resources.c)
add_dependencies(${PROJECT_NAME} glib-resources)