Looks good, thanks! On Tue, Oct 7, 2014 at 11:21 AM, David B. Lamkins <[email protected]> wrote:
> Thank you. Fix pushed. > > On Mon, 2014-10-06 at 17:45 -0500, Blake McBride wrote: > > gcc -DHAVE_CONFIG_H -I. -I.. -DMANUALS_PATH= > > \"/usr/local/share/doc/aplwrap\" -std=c99 -Wall -Werror -pthread > > -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 > > -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 > > -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo > > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 > > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz > > -I/usr/include/freetype2 -I/usr/include/pixman-1 > > -I/usr/include/libpng12 -I/home/blake/Backup/apl/src -g -O2 -MT > > aplwrap-edit.o -MD -MP -MF .deps/aplwrap-edit.Tpo -c -o aplwrap-edit.o > > `test -f 'edit.c' || echo './'`edit.c > > edit.c: In function ‘message_dialog’: > > edit.c:72:29: error: format not a string literal and no format > > arguments [-Werror=format-security] > > message); > > ^ > > cc1: all warnings being treated as errors > > make[2]: *** [aplwrap-edit.o] Error 1 > > make[2]: Leaving directory `/home/blake/Backup/aplwrap.git/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/blake/Backup/aplwrap.git' > > make: *** [all] Error 2 > > > > > >
