diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-11-16 10:53:54 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-11-28 14:49:44 +0100 |
commit | a0b8f01c1baf640f34c0f46ba22efd399b7a0012 (patch) | |
tree | 96d9cb1b5f0daaf21b2dad3d880a1dcf15dde37e /cmake/sqlite.cmake | |
parent | 46edc91656a4468ff05f2a7b33c5fb036ab449d6 (diff) | |
download | qtlocation-mapboxgl-a0b8f01c1baf640f34c0f46ba22efd399b7a0012.tar.gz |
[build] use newer compiler versions for some builds
Diffstat (limited to 'cmake/sqlite.cmake')
-rw-r--r-- | cmake/sqlite.cmake | 1 |
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" ) |