Commit d064a4a9 authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Remove -Werror flag to prevent compilation errors.

1 merge request!3Remove -Werror flag to prevent compilation errors.
Showing with 1 addition and 1 deletion
......@@ -51,7 +51,7 @@ if (MSVC)
else()
set(SOCI_GCC_CLANG_COMMON_FLAGS
"-pedantic -Werror -Wno-error=parentheses -Wall -Wextra -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Woverloaded-virtual -Wredundant-decls -Wno-long-long")
"-pedantic -Wno-error=parentheses -Wall -Wextra -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Woverloaded-virtual -Wredundant-decls -Wno-long-long")
set(SOCI_CXX_VERSION_FLAGS "-std=c++11")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment