commit 75ffbdb8e82013751d3b8caf1f702dcfbcc392ca
parent d383ce745e57aa29f9a6dfdeeb8ab484ff104094
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 31 Dec 2015 17:47:47 +0100
Re-enable the '-Werror' flag and changing standard to gnu99
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -15,7 +15,7 @@ if(NOT HAVE_STRTONUM)
set (SRC ${SRC} compat/strtonum.c)
endif()
-add_definitions(-Wall -Wextra -std=c99 -pedantic)
+add_definitions(-Wall -Wextra -Werror -std=gnu99 -pedantic)
add_executable(ansilove ${SRC})
target_link_libraries(ansilove ${LIB_GD} m)
diff --git a/TODO b/TODO
@@ -1,4 +1,3 @@
- Import documentation from Ansilove/PHP
- Refactor stuff inherited from the PHP version
- Create a manual page
-- Re-enable the '-Werror' flag