diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-07-17 15:22:09 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-07-18 11:54:14 +0200 |
commit | 698542cf459e51cd72f7bc46b6979a9d67b33309 (patch) | |
tree | 651e201fabf53841a7390b11d62d3b7e2f71e389 /test | |
parent | b5c0bf1b8d18bb79ce393ac38b2e55a74863071c (diff) | |
download | qtlocation-mapboxgl-698542cf459e51cd72f7bc46b6979a9d67b33309.tar.gz |
[build] make Xcode use the correct compiler when it is installed in a non-standard location
Diffstat (limited to 'test')
-rw-r--r-- | test/algorithm/update_renderables.test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/algorithm/update_renderables.test.cpp b/test/algorithm/update_renderables.test.cpp index d23e1cc1ac..2d37992579 100644 --- a/test/algorithm/update_renderables.test.cpp +++ b/test/algorithm/update_renderables.test.cpp @@ -100,8 +100,6 @@ auto createTileDataFn(ActionLog& log, T& dataTiles) { }; } -// Unused template argument to fix Clang crash -// See https://github.com/mapbox/mapbox-gl-native/pull/9501 template <typename = int> auto retainTileDataFn(ActionLog& log) { return [&](auto& tileData, Resource::Necessity necessity) { @@ -109,8 +107,6 @@ auto retainTileDataFn(ActionLog& log) { }; } -// Unused template argument to fix Clang crash -// See https://github.com/mapbox/mapbox-gl-native/pull/9501 template <typename = int> auto renderTileFn(ActionLog& log) { return [&](const auto& id, auto& tileData) { |