Created
June 1, 2011 18:20
-
-
Save springmeyer/1002923 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ -o src/grid/process_shield_symbolizer.os -c -g -Wno-unused-function -Wno-array-bounds -Wno-parentheses -DHAVE_JPEG -ansi -Wall -ftemplate-depth-200 -DDARWIN -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -O3 -finline-functions -Wno-inline -DNDEBUG -fPIC -Iagg/include -I. -Iinclude -I/opt/proj/include -I/opt/icu/include -I/opt/boost-46/include -I/Library/Frameworks/UnixImageIO.framework/unix/include -I/usr/local/pgsql-9.0/include -I/usr/local/Cellar/geos/3.2.2/include -I/usr/local/include -I/usr/local/Cellar/sqlite/3.7.5/include -I/usr/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 src/grid/process_shield_symbolizer.cpp | |
-I/opt/icu/include -I/opt/boost-46/include -I/Library/Frameworks/UnixImageIO.framework/unix/include -I/usr/local/pgsql-9.0/include -I/usr/local/Cellar/geos/3.2.2/include -I/usr/local/include -I/usr/local/Cellar/sqlite/3.7.5/include -I/usr/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 src/grid/process_shield_symbolizer.cpp | |
e/3.7.5/include -I/usr/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 src/grid/process_shield_symbolizer.cpp | |
In file included from src/grid/process_shield_symbolizer.cpp:26: | |
In file included from include/mapnik/grid/grid_renderer.hpp:30: | |
In file included from include/mapnik/feature_style_processor.hpp:32: | |
In file included from include/mapnik/map.hpp:33: | |
In file included from include/mapnik/feature_type_style.hpp:28: | |
In file included from include/mapnik/rule.hpp:27: | |
In file included from include/mapnik/line_symbolizer.hpp:28: | |
In file included from include/mapnik/symbolizer.hpp:30: | |
In file included from include/mapnik/metawriter.hpp:30: | |
In file included from include/mapnik/font_engine_freetype.hpp:29: | |
In file included from include/mapnik/utils.hpp:29: | |
In file included from /opt/boost-46/include/boost/thread/mutex.hpp:16: | |
In file included from /opt/boost-46/include/boost/thread/pthread/mutex.hpp:12: | |
In file included from /opt/boost-46/include/boost/thread/locks.hpp:12: | |
In file included from /opt/boost-46/include/boost/thread/thread_time.hpp:11: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_types.hpp:12: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/ptime.hpp:12: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_system.hpp:13: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_config.hpp:18: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian/gregorian_types.hpp:19: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian/greg_calendar.hpp:15: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian_calendar.hpp:63: | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: warning: equality comparison with | |
extraneous parentheses [-Wparentheses] | |
if ((week == 53)) { | |
~~~~~^~~~~ | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: note: remove extraneous parentheses | |
around the comparison to silence this warning | |
if ((week == 53)) { | |
~ ^ ~ | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: note: use '=' to turn this equality | |
comparison into an assignment | |
if ((week == 53)) { | |
^~ | |
= | |
In file included from src/grid/process_shield_symbolizer.cpp:26: | |
In file included from include/mapnik/grid/grid_renderer.hpp:30: | |
In file included from include/mapnik/feature_style_processor.hpp:32: | |
In file included from include/mapnik/map.hpp:33: | |
In file included from include/mapnik/feature_type_style.hpp:28: | |
In file included from include/mapnik/rule.hpp:33: | |
In file included from include/mapnik/shield_symbolizer.hpp:30: | |
In file included from include/mapnik/text_symbolizer.hpp:32: | |
In file included from include/mapnik/filter_factory.hpp:30: | |
In file included from include/mapnik/expression_node.hpp:32: | |
In file included from /opt/boost-46/include/boost/regex.hpp:31: | |
In file included from /opt/boost-46/include/boost/regex/v4/regex.hpp:70: | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1027:34: warning: equality comparison with | |
extraneous parentheses [-Wparentheses] | |
else if((state->type == syntax_element_long_set_rep)) | |
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1027:34: note: remove extraneous parentheses | |
around the comparison to silence this warning | |
else if((state->type == syntax_element_long_set_rep)) | |
~ ^ ~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1027:34: note: use '=' to turn this equality | |
comparison into an assignment | |
else if((state->type == syntax_element_long_set_rep)) | |
^~ | |
= | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1105:18: warning: array subscript is of type | |
'char' [-Wchar-subscripts] | |
l_map['\n'] |= mask; | |
^~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1106:18: warning: array subscript is of type | |
'char' [-Wchar-subscripts] | |
l_map['\r'] |= mask; | |
^~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1107:18: warning: array subscript is of type | |
'char' [-Wchar-subscripts] | |
l_map['\f'] |= mask; | |
^~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1292:18: warning: array subscript is of type | |
'char' [-Wchar-subscripts] | |
l_map['\n'] |= mask; | |
^~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1293:18: warning: array subscript is of type | |
'char' [-Wchar-subscripts] | |
l_map['\r'] |= mask; | |
^~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1328:28: warning: equality comparison with | |
extraneous parentheses [-Wparentheses] | |
if((p->type == syntax_element_recurse)) | |
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1328:28: note: remove extraneous parentheses | |
around the comparison to silence this warning | |
if((p->type == syntax_element_recurse)) | |
~ ^ ~ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:1328:28: note: use '=' to turn this equality | |
comparison into an assignment | |
if((p->type == syntax_element_recurse)) | |
^~ | |
= | |
In file included from src/grid/process_shield_symbolizer.cpp:26: | |
In file included from include/mapnik/grid/grid_renderer.hpp:30: | |
In file included from include/mapnik/feature_style_processor.hpp:32: | |
In file included from include/mapnik/map.hpp:33: | |
In file included from include/mapnik/feature_type_style.hpp:28: | |
In file included from include/mapnik/rule.hpp:27: | |
In file included from include/mapnik/line_symbolizer.hpp:28: | |
In file included from include/mapnik/symbolizer.hpp:30: | |
In file included from include/mapnik/metawriter.hpp:30: | |
In file included from include/mapnik/font_engine_freetype.hpp:29: | |
In file included from include/mapnik/utils.hpp:29: | |
In file included from /opt/boost-46/include/boost/thread/mutex.hpp:16: | |
In file included from /opt/boost-46/include/boost/thread/pthread/mutex.hpp:12: | |
In file included from /opt/boost-46/include/boost/thread/locks.hpp:12: | |
In file included from /opt/boost-46/include/boost/thread/thread_time.hpp:11: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_types.hpp:12: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/ptime.hpp:12: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_system.hpp:13: | |
In file included from /opt/boost-46/include/boost/date_time/posix_time/posix_time_config.hpp:18: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian/gregorian_types.hpp:19: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian/greg_calendar.hpp:15: | |
In file included from /opt/boost-46/include/boost/date_time/gregorian_calendar.hpp:63: | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: warning: equality comparison with | |
extraneous parentheses [-Wparentheses] | |
if ((week == 53)) { | |
~~~~~^~~~~ | |
/opt/boost-46/include/boost/date_time/gregorian/greg_date.hpp:111:34: note: in instantiation of member | |
function | |
'boost::date_time::gregorian_calendar_base<boost::date_time::year_month_day_base<boost::gregorian::greg_year, | |
boost::gregorian::greg_month, boost::gregorian::greg_day>, unsigned int>::week_number' requested here | |
return gregorian_calendar::week_number(ymd); | |
^ | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: note: remove extraneous parentheses | |
around the comparison to silence this warning | |
if ((week == 53)) { | |
~ ^ ~ | |
/opt/boost-46/include/boost/date_time/gregorian_calendar.ipp:50:15: note: use '=' to turn this equality | |
comparison into an assignment | |
if ((week == 53)) { | |
^~ | |
= | |
In file included from src/grid/process_shield_symbolizer.cpp:26: | |
In file included from include/mapnik/grid/grid_renderer.hpp:30: | |
In file included from include/mapnik/feature_style_processor.hpp:32: | |
In file included from include/mapnik/map.hpp:33: | |
In file included from include/mapnik/feature_type_style.hpp:28: | |
In file included from include/mapnik/rule.hpp:33: | |
In file included from include/mapnik/shield_symbolizer.hpp:30: | |
In file included from include/mapnik/text_symbolizer.hpp:32: | |
In file included from include/mapnik/filter_factory.hpp:30: | |
In file included from include/mapnik/expression_node.hpp:32: | |
In file included from /opt/boost-46/include/boost/regex.hpp:31: | |
In file included from /opt/boost-46/include/boost/regex/v4/regex.hpp:70: | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:527:13: warning: unused function 'char_less' | |
[-Wunused-function] | |
inline bool char_less<char>(char t1, char t2) | |
^ | |
/opt/boost-46/include/boost/regex/v4/basic_regex_creator.hpp:532:13: warning: unused function 'char_less' | |
[-Wunused-function] | |
inline bool char_less<signed char>(signed char t1, signed char t2) | |
^ | |
11 warnings generated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment