Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
a0441418
Commit
a0441418
authored
Nov 04, 2015
by
Axel Auweter
Browse files
Proper cpp-driver patch...
parent
53c1cc92
Changes
1
Hide whitespace changes
Inline
Side-by-side
patches/cpp-driver-2.0.1.patch
View file @
a0441418
diff -r cpp-driver-2.0.1.orig/CMakeLists.txt cpp-driver-2.0.1/CMakeLists.txt
423c423
< set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array")
---
> set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef")
diff -u cpp-driver-2.0.1.orig/CMakeLists.txt cpp-driver-2.0.1/CMakeLists.txt
--- cpp-driver-2.0.1.orig/CMakeLists.txt 2015-11-04 20:21:16.000000000 +0100
+++ cpp-driver-2.0.1/CMakeLists.txt 2015-11-04 20:21:48.000000000 +0100
@@ -420,7 +420,7 @@
elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
# Clang/Intel specific compiler options
# I disabled long-long warning because boost generates about 50 such warnings
- set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array")
+ set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array -Wno-unused-local-typedef")
# OpenSSL is deprecated on later versions of Mac OS X. The long-term solution
# is to provide a CommonCryto implementation.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment