commit d1757836d9773e723a5bb003c0a801c7d89d7719
parent b8e5739d07674b4e2f78703b60b0ea3643187b91
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 31 Dec 2015 16:41:53 +0100
Removing the '-Werror' flag for now
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
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 -Werror -std=c99 -pedantic)
+add_definitions(-Wall -Wextra -std=c99 -pedantic)
add_executable(ansilove ${SRC})
target_link_libraries(ansilove ${LIB_GD} m)
diff --git a/TODO b/TODO
@@ -1,3 +1,4 @@
- Import documentation from Ansilove/PHP
- Refactor stuff inherited from the PHP version
- Create a manual page
+- Re-enable the '-Werror' flag