GNOME Bugzilla – Bug 531562
-Wformat breaks builds
Last modified: 2008-05-05 19:22:37 UTC
Discovered with the Ibex toolchain (where -Wformat is used by default); we've got a few strings missing their proper format string, which breaks the build. Following is a patch to fix these issues.
Created attachment 110409 [details] [review] fix it!
This seems pretty straightforward, so go for it!
Thanks for the review, committed: 2008-05-05 A. Walton <awalton@gnome.org> reviewed by: Cosimo Cecchi * libnautilus-private/nautilus-module.c (nautilus_module_load): * src/file-manager/fm-ditem-page.c (save_entry): * src/nautilus-autorun-software.c (autorun): Fixes build on toolchains with -Wformat enabled. Closes bug #531562.