Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
soci
Commits
d064a4a9
Commit
d064a4a9
authored
6 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Remove -Werror flag to prevent compilation errors.
parent
bf1e6775
bc
bc_sqlite_vfs
feature/uwp_nuget
release/4.2
1 merge request
!3
Remove -Werror flag to prevent compilation errors.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/SociConfig.cmake
+1
-1
cmake/SociConfig.cmake
with
1 addition
and
1 deletion
cmake/SociConfig.cmake
+
1
−
1
View file @
d064a4a9
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets