[Tile-serving] [osm2pgsql] Funny output for empty changeset (#468)
alex85k
notifications at github.com
Tue Oct 20 15:52:40 UTC 2015
By the way, I have the following warning on Windows related to output:
```
osm2pgsql.cpp(48): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'unsigned __int64'
osm2pgsql.cpp(48): note: consider using '%llu' in the format string
osm2pgsql.cpp(48): note: consider using '%Iu' in the format string
osm2pgsql.cpp(48): note: consider using '%I64u' in the format string
node-ram-cache.cpp(370): warning C4477: 'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'int64_t'
node-ram-cache.cpp(370): note: consider using '%lld' in the format string
node-ram-cache.cpp(370): note: consider using '%Id' in the format string
node-ram-cache.cpp(370): note: consider using '%I64d' in the format string
node-ram-cache.cpp(378): warning C4477: 'fprintf' : format string '%li' requires an argument of type 'long', but variadic argument 5 has type 'int64_t'
node-ram-cache.cpp(378): note: consider using '%lli' in the format string
node-ram-cache.cpp(378): note: consider using '%Ii' in the format string
node-ram-cache.cpp(378): note: consider using '%I64i' in the format string
```
https://github.com/openstreetmap/osm2pgsql/blob/master/node-ram-cache.cpp#L370
https://github.com/openstreetmap/osm2pgsql/blob/master/osm2pgsql.cpp#L48
Maybe this is related?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/468#issuecomment-149612333
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151020/1db8b1ee/attachment.html>
More information about the Tile-serving
mailing list