diff options
Diffstat (limited to 'vcpkg/ports/qt5-location/disable-enum-warning.patch')
| -rw-r--r-- | vcpkg/ports/qt5-location/disable-enum-warning.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-location/disable-enum-warning.patch b/vcpkg/ports/qt5-location/disable-enum-warning.patch new file mode 100644 index 0000000..198e084 --- /dev/null +++ b/vcpkg/ports/qt5-location/disable-enum-warning.patch @@ -0,0 +1,14 @@ +diff --git a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro +index ed974db..f17d45a 100644 +--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro ++++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro +@@ -34,6 +34,9 @@ android|gcc { + } + + darwin { ++ QMAKE_CXXFLAGS += \ ++ -Wno-enum-constexpr-conversion ++ + LIBS += \ + -framework Foundation + } |