[Tile-serving] [osm2pgsql] Remove vlas (#408)
Paul Norman
notifications at github.com
Mon Jul 20 02:45:55 UTC 2015
> @@ -44,8 +44,8 @@ before_script:
> - proj | head -n1
> - lua -v
> script:
> - ./autogen.sh && ./configure && make -j2 check TESTS=''
> + ./autogen.sh && ./configure && make -j2 check TESTS='' CXXFLAGS="-Werror -pedantic -Wall -std=c++11"
CXXFLAGS can't be set to have -pedantic since it cause some configure checks to fail, so all of the flags need to be overridden here.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/408/files#r34966301
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150719/a6914f2d/attachment.html>
More information about the Tile-serving
mailing list