widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #08669
Re: [Merge] lp:~widelands-dev/widelands/gettext-compile-errors into lp:widelands
Review: Approve compile
I now checked the compiled output again and found no such warnings. Just got waring about enums/switches, and things like
gettext-compile-errors/src/logic/map_objects/tribes/building.cc:664:22: warning: format
specifies type 'void *' but the argument has type 'Widelands::Flag *' [-Wformat-pedantic]
molog("flag: %p\n", flag_);
perhpas we shoud drop those via -Wformat-pedantic
and this one:
gettext-compile-errors/src/graphic/text/bidi.cc:513:20: warning: disabled expansion of
recursive macro [-Wdisabled-macro-expansion]
will now play a bit....
--
https://code.launchpad.net/~widelands-dev/widelands/gettext-compile-errors/+merge/309638
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/gettext-compile-errors.
References