summaryrefslogtreecommitdiff
path: root/cmake/sqlite.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-11-16 10:53:54 +0100
committerKonstantin Käfer <mail@kkaefer.com>2018-11-28 13:20:33 +0100
commit0e5734d33bc8357b9ccd3dad08980dcab3b2252d (patch)
tree96d9cb1b5f0daaf21b2dad3d880a1dcf15dde37e /cmake/sqlite.cmake
parent46edc91656a4468ff05f2a7b33c5fb036ab449d6 (diff)
downloadqtlocation-mapboxgl-upstream/upgrade-compilers.tar.gz
[build] use newer compiler versions for some buildsupstream/upgrade-compilers
Diffstat (limited to 'cmake/sqlite.cmake')
-rw-r--r--cmake/sqlite.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/sqlite.cmake b/cmake/sqlite.cmake
index b099210c85..fd2d98d3e2 100644
--- a/cmake/sqlite.cmake
+++ b/cmake/sqlite.cmake
@@ -34,4 +34,5 @@ target_compile_definitions(sqlite
target_compile_options(sqlite
PRIVATE "-Wno-int-conversion"
PRIVATE "-Wno-implicit-fallthrough"
+ PRIVATE "-Wno-cast-function-type"
)