+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfmail-1.5.5nb9/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xfmail-1.5.5nb9/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xfmail-1.5.5nb9 --- all-recursive --- Making all in src --- all-recursive --- Making all in editor --- fl_edit.lo --- --- textbuf.lo --- --- fl_edit.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT fl_edit.lo -MD -MP -MF ".deps/fl_edit.Tpo" -c -o fl_edit.lo `test -f 'fl_edit.cpp' || echo './'`fl_edit.cpp; then mv -f ".deps/fl_edit.Tpo" ".deps/fl_edit.Plo"; else rm -f ".deps/fl_edit.Tpo"; exit 1; fi --- textbuf.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT textbuf.lo -MD -MP -MF ".deps/textbuf.Tpo" -c -o textbuf.lo `test -f 'textbuf.cpp' || echo './'`textbuf.cpp; then mv -f ".deps/textbuf.Tpo" ".deps/textbuf.Plo"; else rm -f ".deps/textbuf.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -fPIC -DPIC -o .libs/textbuf.o --- fl_edit.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT fl_edit.lo -MD -MP -MF .deps/fl_edit.Tpo -c fl_edit.cpp -fPIC -DPIC -o .libs/fl_edit.o --- textbuf.lo --- textbuf.cpp: In function 'int tb_insert_char(TextBuf*, int, char)': textbuf.cpp:407:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 407 | tb_insert_line(tb, ""); | ^~ textbuf.cpp:419:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 419 | ("tb_insert_char(): Could not realloc, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:427:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 427 | ("tb_insert_char(): Could not realloc attr, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_insert_line(TextBuf*, char*)': textbuf.cpp:469:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 469 | tb_error("tb_insert_line(): could not malloc textline"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:475:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 475 | tb_error("tb_insert_line(): could not malloc line buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:484:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 484 | tb_error("tb_insert_line(): could not malloc line attr buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_insert_block(TextBuf*, int, int, char*)': textbuf.cpp:593:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 593 | ("tb_insert_buf(): Could not realloc, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:602:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 602 | ("tb_insert_buf(): Could not realloc attr, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:671:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 671 | ("tb_insert_buf(): Could not realloc, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:680:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 680 | ("tb_insert_buf(): Could not realloc attr, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_insert_cr(TextBuf*, int)': textbuf.cpp:740:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 740 | tb_append_line(tb, ""); | ^~ textbuf.cpp:741:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 741 | tb_append_line(tb, ""); | ^~ textbuf.cpp:754:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 754 | ("tb_insert_newline(): Could not allocate space for newline"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:773:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 773 | ("tb_insert_newline(): Could not allocate space for newline attr"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:783:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 783 | tb_append_line(tb, ""); | ^~ textbuf.cpp:786:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 786 | tb_insert_line(tb, ""); | ^~ textbuf.cpp: In function 'void tb_append_line(TextBuf*, char*)': textbuf.cpp:821:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 821 | tb_error("tb_append_line(): Could not allocate TextLine"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:827:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 827 | tb_error("tb_append_line(): Could not allocate line buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:834:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 834 | tb_error("tb_append_line(): Could not allocate line attr buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_append_buf(TextBuf*, char*, u_long)': textbuf.cpp:894:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 894 | tb_error("tb_append_buf(): Could not allocate TextLine"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:900:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 900 | tb_error("tb_append_buf(): Could not allocate line buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:906:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 906 | tb_error("tb_append_buf(): Could not allocate line attr buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_append_to_line(TextBuf*, char*)': textbuf.cpp:979:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 979 | ("tb_append_to_line(): Could not realloc, buffer not appended"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:987:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 987 | ("tb_append_to_line(): Could not realloc attr, buffer not appended"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'int tb_wrap_line(TextBuf*)': textbuf.cpp:1068:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1068 | ("tb_wrap_line(): Could not realloc, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:1077:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1077 | ("tb_wrap_line(): Could not realloc attr, character not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'int tb_del_char(TextBuf*, int)': textbuf.cpp:1317:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1317 | ("tb_del_char(): Could not realloc, character not deleted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:1325:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1325 | ("tb_del_char(): Could not realloc attr, character not deleted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'int tb_handle_tabs(TextBuf*)': textbuf.cpp:1558:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1558 | ("tb_insert_char(): Could not realloc, spaces not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp:1566:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1566 | ("tb_insert_char(): Could not realloc attr, spaces not inserted"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'char* tb_get_text(TextBuf*, u_long*)': textbuf.cpp:1692:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1692 | tb_error("Can not allocate text buffer"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_load_file(TextBuf*, char*)': textbuf.cpp:1745:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1745 | tb_error("Could not read file %s", fname); | ^~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_insert_file(TextBuf*, int, int, char*)': textbuf.cpp:1797:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1797 | tb_error("Could not read file %s", fname); | ^~~~~~~~~~~~~~~~~~~~~~~~ textbuf.cpp: In function 'void tb_save_file(TextBuf*, char*)': textbuf.cpp:1848:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1848 | tb_error("Could not save to file %s", fname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT textbuf.lo -MD -MP -MF .deps/textbuf.Tpo -c textbuf.cpp -o textbuf.o >/dev/null 2>&1 --- fl_edit.lo --- fl_edit.cpp: In function 'void fl_textedit_search(FL_OBJECT*, int)': fl_edit.cpp:879:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 879 | fl_edit_error("No previous search pattern"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ fl_edit.cpp:899:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 899 | fl_edit_error("Text not found"); | ^~~~~~~~~~~~~~~~ fl_edit.cpp: In function 'FL_OBJECT* fl_create_textedit(int, FL_Coord, FL_Coord, FL_Coord, FL_Coord, const char*)': fl_edit.cpp:3164:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3164 | ("Could not malloc space for SPEC structure in object:%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I../../src/mail -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT fl_edit.lo -MD -MP -MF .deps/fl_edit.Tpo -c fl_edit.cpp -o fl_edit.o >/dev/null 2>&1 --- libeditor.la --- /bin/sh ../../libtool --mode=link c++ -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o libeditor.la -rpath /usr/pkg/lib fl_edit.lo textbuf.lo -lforms -lXpm -L/usr/local/lib -lSM -lICE -L/usr/X11R7/lib -lX11 -lm libtool: link: c++ -shared -fPIC -DPIC .libs/fl_edit.o .libs/textbuf.o -L/home/pbulk/build/mail/xfmail/work/.buildlink/lib -L/home/pbulk/build/mail/xfmail/work/.x11-buildlink/lib -lforms -lXpm -lSM -lICE -lX11 -lm -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-soname -Wl,libeditor.so.0 -o .libs/libeditor.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libeditor.so.0" && ln -s "libeditor.so.0.0.0" "libeditor.so.0") libtool: link: (cd ".libs" && rm -f "libeditor.so" && ln -s "libeditor.so.0.0.0" "libeditor.so") libtool: link: ar cr .libs/libeditor.a fl_edit.o textbuf.o libtool: link: ranlib .libs/libeditor.a libtool: link: ( cd ".libs" && rm -f "libeditor.la" && ln -s "../libeditor.la" "libeditor.la" ) Making all in mail --- addrbook_util.lo --- --- addrbook.lo --- --- addrbook_util.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT addrbook_util.lo -MD -MP -MF ".deps/addrbook_util.Tpo" -c -o addrbook_util.lo `test -f 'addrbook_util.cpp' || echo './'`addrbook_util.cpp; then mv -f ".deps/addrbook_util.Tpo" ".deps/addrbook_util.Plo"; else rm -f ".deps/addrbook_util.Tpo"; exit 1; fi --- addrbook.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT addrbook.lo -MD -MP -MF ".deps/addrbook.Tpo" -c -o addrbook.lo `test -f 'addrbook.cpp' || echo './'`addrbook.cpp; then mv -f ".deps/addrbook.Tpo" ".deps/addrbook.Plo"; else rm -f ".deps/addrbook.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -fPIC -DPIC -o .libs/addrbook.o --- addrbook_util.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbook_util.lo -MD -MP -MF .deps/addrbook_util.Tpo -c addrbook_util.cpp -fPIC -DPIC -o .libs/addrbook_util.o --- addrbook.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbook.lo -MD -MP -MF .deps/addrbook.Tpo -c addrbook.cpp -o addrbook.o >/dev/null 2>&1 --- addrbook_util.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbook_util.lo -MD -MP -MF .deps/addrbook_util.Tpo -c addrbook_util.cpp -o addrbook_util.o >/dev/null 2>&1 --- addrbookdb.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT addrbookdb.lo -MD -MP -MF ".deps/addrbookdb.Tpo" -c -o addrbookdb.lo `test -f 'addrbookdb.cpp' || echo './'`addrbookdb.cpp; then mv -f ".deps/addrbookdb.Tpo" ".deps/addrbookdb.Plo"; else rm -f ".deps/addrbookdb.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbookdb.lo -MD -MP -MF .deps/addrbookdb.Tpo -c addrbookdb.cpp -fPIC -DPIC -o .libs/addrbookdb.o --- addrbookentry.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT addrbookentry.lo -MD -MP -MF ".deps/addrbookentry.Tpo" -c -o addrbookentry.lo `test -f 'addrbookentry.cpp' || echo './'`addrbookentry.cpp; then mv -f ".deps/addrbookentry.Tpo" ".deps/addrbookentry.Plo"; else rm -f ".deps/addrbookentry.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbookentry.lo -MD -MP -MF .deps/addrbookentry.Tpo -c addrbookentry.cpp -fPIC -DPIC -o .libs/addrbookentry.o --- addrbookdb.lo --- addrbookdb.cpp: In member function 'bool AddressBookDB::Load(const char*)': addrbookdb.cpp:185:11: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 185 | strncpy(buf, result->d_name, NAMLEN(result)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ addrbookdb.cpp:42:31: note: length computed here 42 | # define NAMLEN(dirent) strlen((dirent)->d_name) | ~~~~~~^~~~~~~~~~~~~~~~~~ addrbookdb.cpp:184:7: note: in expansion of macro 'NAMLEN' 184 | if (NAMLEN(result) > 8 && strncmp(result->d_name, ".xfbook.", 8) == 0) { | ^~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbookdb.lo -MD -MP -MF .deps/addrbookdb.Tpo -c addrbookdb.cpp -o addrbookdb.o >/dev/null 2>&1 --- addrbookentry.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT addrbookentry.lo -MD -MP -MF .deps/addrbookentry.Tpo -c addrbookentry.cpp -o addrbookentry.o >/dev/null 2>&1 --- cache.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT cache.lo -MD -MP -MF ".deps/cache.Tpo" -c -o cache.lo `test -f 'cache.cpp' || echo './'`cache.cpp; then mv -f ".deps/cache.Tpo" ".deps/cache.Plo"; else rm -f ".deps/cache.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.cpp -fPIC -DPIC -o .libs/cache.o --- cfgfile.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT cfgfile.lo -MD -MP -MF ".deps/cfgfile.Tpo" -c -o cfgfile.lo `test -f 'cfgfile.cpp' || echo './'`cfgfile.cpp; then mv -f ".deps/cfgfile.Tpo" ".deps/cfgfile.Plo"; else rm -f ".deps/cfgfile.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT cfgfile.lo -MD -MP -MF .deps/cfgfile.Tpo -c cfgfile.cpp -fPIC -DPIC -o .libs/cfgfile.o --- cache.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.cpp -o cache.o >/dev/null 2>&1 --- cfgfile.lo --- cfgfile.cpp: In member function 'bool cfgfile::add(std::string, std::string)': cfgfile.cpp:144:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 144 | cfg_debug(CFG_DEBUG, "\nadd(%s) -> %s ... ",key.c_str(), val.c_str()); | ^~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp: In member function 'std::string cfgfile::find(std::string)': cfgfile.cpp:155:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 155 | cfg_debug(CFG_DEBUG, "find(%s) -> ... ", key.c_str()); | ^~~~~~~~~~~~~~~~~~ cfgfile.cpp:159:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 159 | cfg_debug(CFG_DEBUG, "failed. (NOT FOUND)\n"); | ^~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:163:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 163 | cfg_debug(CFG_DEBUG, "success. (FOUND)\n"); | ^~~~~~~~~~~~~~~~~~~~ cfgfile.cpp: In member function 'bool cfgfile::remove(std::string)': cfgfile.cpp:170:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 170 | cfg_debug(CFG_DEBUG, "\nremove(%s) ... ", key.c_str()); | ^~~~~~~~~~~~~~~~~~~ cfgfile.cpp:173:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 173 | cfg_debug(CFG_DEBUG, " failed. (NOT FOUND)\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:177:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 177 | cfg_debug(CFG_DEBUG, " success. (REMOVED)\n"); | ^~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp: In member function 'int cfgfile::lock(char*, const char*)': cfgfile.cpp:198:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 198 | cfg_debug(CFG_DEBUG, "Locking File\n"); | ^~~~~~~~~~~~~~~~ cfgfile.cpp:204:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 204 | cfg_debug(CFG_DEBUG, "File Open\n"); | ^~~~~~~~~~~~~ cfgfile.cpp: In member function 'int cfgfile::unlock(char*)': cfgfile.cpp:234:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 234 | cfg_debug(CFG_DEBUG, "Unlocking File\n"); | ^~~~~~~~~~~~~~~~~~ cfgfile.cpp:244:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 244 | cfg_debug(CFG_DEBUG, "File Closed\n"); | ^~~~~~~~~~~~~~~ cfgfile.cpp: In member function 'int cfgfile::save_file(char*, int)': cfgfile.cpp:257:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 257 | cfg_debug(CFG_STATUS, "\nSaving config file..."); | ^~~~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:281:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 281 | cfg_debug(CFG_DEBUG, "Saving %s=%s\n", iter->first.c_str(), iter->second.c_str()); | ^~~~~~~~~~~~~~~~ cfgfile.cpp:302:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 302 | cfg_debug(CFG_STATUS, " completed. [%i/%i]\n", saved, Map.size()); | ^~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp: In member function 'int cfgfile::load(char*)': cfgfile.cpp:356:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 356 | cfg_debug(CFG_STATUS, "\nLoading Personal Settings..."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:366:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 366 | cfg_debug(CFG_STATUS, " completed. [%i]\n",Map.size()); | ^~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:368:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 368 | cfg_debug(CFG_STATUS, "\nLoading System Override Settings..."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cfgfile.cpp:378:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 378 | cfg_debug(CFG_STATUS, " completed. [%i]\n",Map.size()); | ^~~~~~~~~~~~~~~~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT cfgfile.lo -MD -MP -MF .deps/cfgfile.Tpo -c cfgfile.cpp -o cfgfile.o >/dev/null 2>&1 --- connection.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT connection.lo -MD -MP -MF ".deps/connection.Tpo" -c -o connection.lo `test -f 'connection.cpp' || echo './'`connection.cpp; then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f ".deps/connection.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cpp -fPIC -DPIC -o .libs/connection.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cpp -o connection.o >/dev/null 2>&1 --- connection_ssl.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT connection_ssl.lo -MD -MP -MF ".deps/connection_ssl.Tpo" -c -o connection_ssl.lo `test -f 'connection_ssl.cpp' || echo './'`connection_ssl.cpp; then mv -f ".deps/connection_ssl.Tpo" ".deps/connection_ssl.Plo"; else rm -f ".deps/connection_ssl.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connection_ssl.lo -MD -MP -MF .deps/connection_ssl.Tpo -c connection_ssl.cpp -fPIC -DPIC -o .libs/connection_ssl.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connection_ssl.lo -MD -MP -MF .deps/connection_ssl.Tpo -c connection_ssl.cpp -o connection_ssl.o >/dev/null 2>&1 --- connectionManager.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT connectionManager.lo -MD -MP -MF ".deps/connectionManager.Tpo" -c -o connectionManager.lo `test -f 'connectionManager.cpp' || echo './'`connectionManager.cpp; then mv -f ".deps/connectionManager.Tpo" ".deps/connectionManager.Plo"; else rm -f ".deps/connectionManager.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connectionManager.lo -MD -MP -MF .deps/connectionManager.Tpo -c connectionManager.cpp -fPIC -DPIC -o .libs/connectionManager.o --- debug.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT debug.lo -MD -MP -MF ".deps/debug.Tpo" -c -o debug.lo `test -f 'debug.cpp' || echo './'`debug.cpp; then mv -f ".deps/debug.Tpo" ".deps/debug.Plo"; else rm -f ".deps/debug.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.cpp -fPIC -DPIC -o .libs/debug.o --- connectionManager.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT connectionManager.lo -MD -MP -MF .deps/connectionManager.Tpo -c connectionManager.cpp -o connectionManager.o >/dev/null 2>&1 --- debug.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.cpp -o debug.o >/dev/null 2>&1 --- fmail.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT fmail.lo -MD -MP -MF ".deps/fmail.Tpo" -c -o fmail.lo `test -f 'fmail.cpp' || echo './'`fmail.cpp; then mv -f ".deps/fmail.Tpo" ".deps/fmail.Plo"; else rm -f ".deps/fmail.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT fmail.lo -MD -MP -MF .deps/fmail.Tpo -c fmail.cpp -fPIC -DPIC -o .libs/fmail.o --- ldap.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT ldap.lo -MD -MP -MF ".deps/ldap.Tpo" -c -o ldap.lo `test -f 'ldap.cpp' || echo './'`ldap.cpp; then mv -f ".deps/ldap.Tpo" ".deps/ldap.Plo"; else rm -f ".deps/ldap.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.cpp -fPIC -DPIC -o .libs/ldap.o --- fmail.lo --- In file included from fmail.cpp:31: ./fmail.h:249:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 249 | #define STATUS_FIELD "XFMstatus" /* name of status field in mail header */ | ^~~~~~~~~~~ fmail.cpp:60:24: note: in expansion of macro 'STATUS_FIELD' 60 | char *stripfields[]= { STATUS_FIELD, "X-RDate", "X-SDate", "Fcc", FWD_ORGMSG, | ^~~~~~~~~~~~ fmail.cpp:60:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | char *stripfields[]= { STATUS_FIELD, "X-RDate", "X-SDate", "Fcc", FWD_ORGMSG, | ^~~~~~~~~ fmail.cpp:60:49: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | char *stripfields[]= { STATUS_FIELD, "X-RDate", "X-SDate", "Fcc", FWD_ORGMSG, | ^~~~~~~~~ fmail.cpp:60:60: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | char *stripfields[]= { STATUS_FIELD, "X-RDate", "X-SDate", "Fcc", FWD_ORGMSG, | ^~~~~ In file included from fmail.cpp:31: ./fmail.h:278:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 278 | #define FWD_ORGMSG "XF-FwdOrgMsg" /* pointer to original message */ | ^~~~~~~~~~~~~~ fmail.cpp:60:67: note: in expansion of macro 'FWD_ORGMSG' 60 | char *stripfields[]= { STATUS_FIELD, "X-RDate", "X-SDate", "Fcc", FWD_ORGMSG, | ^~~~~~~~~~ ./fmail.h:276:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 276 | #define REPLY_ORGMSG "XF-OrgMsg" /* pointer to original message */ | ^~~~~~~~~~~ fmail.cpp:61:2: note: in expansion of macro 'REPLY_ORGMSG' 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~~~~~ ./fmail.h:279:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 279 | #define BOUNCE_ORGMSG "XF-BncOrgMsg" /* pointer to original message */ | ^~~~~~~~~~~~~~ fmail.cpp:61:16: note: in expansion of macro 'BOUNCE_ORGMSG' 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~~~~~~ fmail.cpp:61:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:2051:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2051 | #define REALENGTH "X-Real-Length" /* store real lenght in this field */ | ^~~~~~~~~~~~~~~ fmail.cpp:61:41: note: in expansion of macro 'REALENGTH' 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~~ ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ fmail.cpp:61:52: note: in expansion of macro 'FROMLINE' 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~ ./fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ fmail.cpp:61:62: note: in expansion of macro 'SOURCE_FIELD' 61 | REPLY_ORGMSG, BOUNCE_ORGMSG, "Status", REALENGTH, FROMLINE, SOURCE_FIELD, | ^~~~~~~~~~~~ ./fmail.h:249:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 249 | #define STATUS_FIELD "XFMstatus" /* name of status field in mail header */ | ^~~~~~~~~~~ fmail.cpp:65:26: note: in expansion of macro 'STATUS_FIELD' 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:65:40: note: in expansion of macro 'MIME_C_TYPE' 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ fmail.cpp:65:53: note: in expansion of macro 'MIME_C_LENGTH' 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~~ fmail.cpp:65:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~ fmail.cpp:65:76: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~ fmail.cpp:65:82: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~ fmail.cpp:65:93: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~ fmail.cpp:65:101: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~ fmail.cpp:65:112: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~ fmail.cpp:65:123: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~ fmail.cpp:65:137: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~~ fmail.cpp:65:152: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~ fmail.cpp:65:166: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~ fmail.cpp:65:176: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ fmail.cpp:65:190: note: in expansion of macro 'SOURCE_FIELD' 65 | char *shorthfields[] = { STATUS_FIELD, MIME_C_TYPE, MIME_C_LENGTH, "From", "To", "Subject", "Date", "X-RDate", "X-SDate", "Message-ID", "In-Reply-To", "References", "Status", "Newsgroups", SOURCE_FIELD, NULL}; | ^~~~~~~~~~~~ fmail.cpp:68:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:68:36: note: in expansion of macro 'MIME_C_ENCR' 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:68:49: note: in expansion of macro 'MIME_C_DESCR' 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~~~ ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ fmail.cpp:68:63: note: in expansion of macro 'MIME_C_ID' 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~ ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:68:74: note: in expansion of macro 'MIME_C_DISP' 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:68:87: note: in expansion of macro 'MIME_VERSION' 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~~~ fmail.cpp:68:101: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~ fmail.cpp:68:113: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~~~~~~~~~ fmail.cpp:68:129: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~ fmail.cpp:68:137: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | char *specfields[] = { "Received", MIME_C_ENCR, MIME_C_DESCR, MIME_C_ID, MIME_C_DISP, MIME_VERSION, "X-Mailer", "X-Newsreader", "Path", "Xref", NULL}; | ^~~~~~ fmail.cpp:75:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:64: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:75:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | char *months[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", | ^~~~~ fmail.cpp:76:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | "Sep", "Oct", "Nov", "Dec"}; | ^~~~~ fmail.cpp:76:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | "Sep", "Oct", "Nov", "Dec"}; | ^~~~~ fmail.cpp:76:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | "Sep", "Oct", "Nov", "Dec"}; | ^~~~~ fmail.cpp:76:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | "Sep", "Oct", "Nov", "Dec"}; | ^~~~~ fmail.cpp:78:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp:78:61: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | char *days[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; | ^~~~~ fmail.cpp: In function 'char* rem_tr_space(char*)': fmail.cpp:739:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 739 | return ""; | ^~ fmail.cpp:746:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 746 | return ""; | ^~ fmail.cpp:755:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 755 | return ""; | ^~ fmail.cpp: In function 'char* rem_tr_spacequotes(char*)': fmail.cpp:765:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 765 | return ""; | ^~ fmail.cpp:774:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 774 | return ""; | ^~ fmail.cpp:784:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 784 | return ""; | ^~ fmail.cpp: In function 'void sort_folder(_mail_folder*)': fmail.cpp:1789:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1789 | struct _head_field *m_id = find_field(msg,"Message-ID"); | ^~~~~~~~~~~~ fmail.cpp:1809:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1809 | m_id = find_field(msg,"In-Reply-To"); | ^~~~~~~~~~~~~ fmail.cpp:1815:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1815 | m_id=find_field(msg,"References"); | ^~~~~~~~~~~~ fmail.cpp: In function '_mail_msg* create_message(_mail_folder*)': fmail.cpp:1995:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1995 | add_field(message, "Organization", const_cast(Config.get("organization", "").c_str())); | ^~~~~~~~~~~~~~ fmail.cpp:1997:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1997 | add_field(message, "Reply-To", const_cast(Config.get("replyto", "").c_str())); | ^~~~~~~~~~ fmail.cpp:2004:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2004 | add_field(message, "Date", get_arpa_date(time(NULL))); | ^~~~~~ In file included from fmail.cpp:31: ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:2063:21: note: in expansion of macro 'MIME_C_ENCR' 2063 | add_field(message, MIME_C_ENCR, supp_encodings[def_encoding].encoding_name); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:2066:21: note: in expansion of macro 'MIME_C_TYPE' 2066 | add_field(message, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:2072:21: note: in expansion of macro 'MIME_VERSION' 2072 | add_field(message, MIME_VERSION, buf); | ^~~~~~~~~~~~ fmail.cpp: In function '_mail_msg* get_fwd_msg(_mail_msg*, char*)': ./fmail.h:278:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 278 | #define FWD_ORGMSG "XF-FwdOrgMsg" /* pointer to original message */ | ^~~~~~~~~~~~~~ fmail.cpp:2275:21: note: in expansion of macro 'FWD_ORGMSG' 2275 | add_field(fwd_msg, FWD_ORGMSG, get_msg_url(msg)); | ^~~~~~~~~~ fmail.cpp:2288:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2288 | add_field(fwd_msg, "Resent-To", get_full_addr_line(msg->header->To)); | ^~~~~~~~~~~ fmail.cpp:2291:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2291 | add_field(fwd_msg, "Resent-From", get_full_addr_line(msg->header->From)); | ^~~~~~~~~~~~~ fmail.cpp:2293:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2293 | if((fld = find_field(msg, "Message-Id"))) | ^~~~~~~~~~~~ fmail.cpp:2294:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2294 | add_field(fwd_msg, "Resent-Message-Id", fld->f_line); | ^~~~~~~~~~~~~~~~~~~ fmail.cpp:2296:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2296 | if((fld = find_field(msg, "Date"))) | ^~~~~~ fmail.cpp:2297:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2297 | add_field(fwd_msg, "Resent-Date", fld->f_line); | ^~~~~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:2352:27: note: in expansion of macro 'MIME_C_TYPE' 2352 | if((hf = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:2353:26: note: in expansion of macro 'MIME_C_TYPE' 2353 | replace_field(fwd_msg, MIME_C_TYPE, hf->f_line); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:2355:27: note: in expansion of macro 'MIME_VERSION' 2355 | if((hf = find_field(msg, MIME_VERSION)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:2356:26: note: in expansion of macro 'MIME_VERSION' 2356 | replace_field(fwd_msg, MIME_VERSION, hf->f_line); | ^~~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:2358:27: note: in expansion of macro 'MIME_C_ENCR' 2358 | if((hf = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:2359:26: note: in expansion of macro 'MIME_C_ENCR' 2359 | replace_field(fwd_msg, MIME_C_ENCR, hf->f_line); | ^~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:2361:27: note: in expansion of macro 'MIME_C_DESCR' 2361 | if((hf = find_field(msg, MIME_C_DESCR)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:2362:26: note: in expansion of macro 'MIME_C_DESCR' 2362 | replace_field(fwd_msg, MIME_C_DESCR, hf->f_line); | ^~~~~~~~~~~~ ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ fmail.cpp:2364:27: note: in expansion of macro 'MIME_C_ID' 2364 | if((hf = find_field(msg, MIME_C_ID)) != NULL) | ^~~~~~~~~ ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ fmail.cpp:2365:26: note: in expansion of macro 'MIME_C_ID' 2365 | replace_field(fwd_msg, MIME_C_ID, hf->f_line); | ^~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ fmail.cpp:2367:27: note: in expansion of macro 'MIME_C_LENGTH' 2367 | if((hf = find_field(msg, MIME_C_LENGTH)) != NULL) | ^~~~~~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ fmail.cpp:2368:26: note: in expansion of macro 'MIME_C_LENGTH' 2368 | replace_field(fwd_msg, MIME_C_LENGTH, hf->f_line); | ^~~~~~~~~~~~~ fmail.cpp:2386:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2386 | strcpy(fbuf, get_temp_file("fwd")); | ^~~~~ fmail.cpp:2406:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2406 | if((hf = find_field(msg, "Date")) == NULL) | ^~~~~~ fmail.cpp:2407:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2407 | hf = find_field(msg, "X-SDate"); | ^~~~~~~~~ fmail.cpp:2410:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2410 | print_addr(msg->header->Sender, "Sender", tfd, -2); | ^~~~~~~~ fmail.cpp:2411:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2411 | print_addr(msg->header->From, "From", tfd, -2); | ^~~~~~ fmail.cpp:2412:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2412 | print_addr(msg->header->To, "To", tfd, -2); | ^~~~ fmail.cpp:2414:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2414 | print_news_addr(msg->header->News, "Newsgroups", tfd); | ^~~~~~~~~~~~ fmail.cpp:2418:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2418 | print_addr(msg->header->Cc, "Cc", tfd, -2); | ^~~~ fmail.cpp:2419:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2419 | print_addr(msg->header->Bcc, "Bcc", tfd, -2); | ^~~~~ fmail.cpp: In function '_mail_msg* get_vac_msg(_mail_msg*, char*)': fmail.cpp:2495:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2495 | if((mid = find_field(msg, "Reply-To")) && | ^~~~~~~~~~ fmail.cpp: In function 'char* get_reply_text(_mail_msg*)': fmail.cpp:2663:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2663 | strcpy(m_tmp_file, get_temp_file("reply")); | ^~~~~~~ In file included from fmail.cpp:31: fmail.cpp: In function '_head_field* need_read_confirm(_mail_msg*)': ./fmail.h:251:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 251 | #define XFRECEIPT "X-XFmail-Return-To" /* confirm reading field */ | ^~~~~~~~~~~~~~~~~~~~ fmail.cpp:3021:23: note: in expansion of macro 'XFRECEIPT' 3021 | hf = find_field(msg, XFRECEIPT); | ^~~~~~~~~ fmail.cpp:3023:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3023 | hf = find_field(msg, "X-Chameleon-Return-To"); | ^~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3025:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3025 | hf = find_field(msg, "X-Confirm-Reading-To"); | ^~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3027:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3027 | hf = find_field(msg, "Disposition-Notification-To"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fmail.cpp:31: fmail.cpp: In function 'void delete_read_confirm(_mail_msg*)': ./fmail.h:251:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 251 | #define XFRECEIPT "X-XFmail-Return-To" /* confirm reading field */ | ^~~~~~~~~~~~~~~~~~~~ fmail.cpp:3037:25: note: in expansion of macro 'XFRECEIPT' 3037 | delete_all_fields(msg, XFRECEIPT); | ^~~~~~~~~ fmail.cpp:3038:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3038 | delete_all_fields(msg, "X-Chameleon-Return-To"); | ^~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3039:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3039 | delete_all_fields(msg, "X-Confirm-Reading-To"); | ^~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3040:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3040 | delete_all_fields(msg, "Disposition-Notification-To"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fmail.cpp:31: fmail.cpp: In function '_mail_msg* get_reply_msg(_mail_msg*, char*, int)': ./fmail.h:276:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 276 | #define REPLY_ORGMSG "XF-OrgMsg" /* pointer to original message */ | ^~~~~~~~~~~ fmail.cpp:3209:21: note: in expansion of macro 'REPLY_ORGMSG' 3209 | add_field(rep_msg, REPLY_ORGMSG, get_msg_url(msg)); | ^~~~~~~~~~~~ fmail.cpp:3236:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3236 | if((mid = find_field(msg, "Message-ID"))) | ^~~~~~~~~~~~ fmail.cpp:3237:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3237 | add_field(rep_msg, "In-Reply-To", mid->f_line); | ^~~~~~~~~~~~~ fmail.cpp:3253:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3253 | if((mid = find_field(msg, "Reply-To")) && | ^~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:3394:27: note: in expansion of macro 'MIME_C_TYPE' 3394 | if((hf = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:3395:26: note: in expansion of macro 'MIME_C_TYPE' 3395 | replace_field(rep_msg, MIME_C_TYPE, hf->f_line); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:3397:27: note: in expansion of macro 'MIME_VERSION' 3397 | if((hf = find_field(msg, MIME_VERSION)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ fmail.cpp:3398:26: note: in expansion of macro 'MIME_VERSION' 3398 | replace_field(rep_msg, MIME_VERSION, hf->f_line); | ^~~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3400:27: note: in expansion of macro 'MIME_C_DESCR' 3400 | if((hf = find_field(msg, MIME_C_DESCR)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3401:26: note: in expansion of macro 'MIME_C_DESCR' 3401 | replace_field(rep_msg, MIME_C_DESCR, hf->f_line); | ^~~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3403:27: note: in expansion of macro 'MIME_C_ENCR' 3403 | if((hf = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:3404:26: note: in expansion of macro 'MIME_C_ENCR' 3404 | replace_field(rep_msg, MIME_C_ENCR, hf->f_line); | ^~~~~~~~~~~ fmail.cpp:3427:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3427 | strcpy(fbuf, get_temp_file("rtext")); | ^~~~~~~ fmail.cpp:3462:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3462 | strcpy(fbuf, get_temp_file("rep")); | ^~~~~ fmail.cpp: In function 'char* get_folder_unique_name(_mail_folder*)': fmail.cpp:3693:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3693 | prefix = "#news/"; | ^~~~~~~~ fmail.cpp:3696:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3696 | prefix = "#mbox/"; | ^~~~~~~~ fmail.cpp:3698:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3698 | prefix = ""; | ^~ fmail.cpp: In function 'char* get_folder_full_name(_mail_folder*)': fmail.cpp:3710:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3710 | return "noname"; | ^~~~~~~~ In file included from fmail.cpp:31: fmail.cpp: In function 'int open_all_folders(char*, int)': ./fmail.h:304:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 304 | #define INBOX "inbox" /* incoming mailbox folder */ | ^~~~~~~ fmail.cpp:4024:37: note: in expansion of macro 'INBOX' 4024 | if((inbox = create_mh_folder(NULL, INBOX)) == NULL) { | ^~~~~ ./fmail.h:305:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 305 | #define OUTBOX "outbox" /* outgoing mail folder */ | ^~~~~~~~ fmail.cpp:4029:38: note: in expansion of macro 'OUTBOX' 4029 | if((outbox = create_mh_folder(NULL, OUTBOX)) == NULL) { | ^~~~~~ ./fmail.h:303:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 303 | #define TRASH "trash" /* trash folder */ | ^~~~~~~ fmail.cpp:4034:37: note: in expansion of macro 'TRASH' 4034 | if((trash = create_mh_folder(NULL, TRASH)) == NULL) { | ^~~~~ ./fmail.h:306:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 306 | #define SENTMAIL "sent_mail" /* mail that was successfully sent */ | ^~~~~~~~~~~ fmail.cpp:4039:37: note: in expansion of macro 'SENTMAIL' 4039 | if((sentm = create_mh_folder(NULL, SENTMAIL)) == NULL) { | ^~~~~~~~ ./fmail.h:307:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 307 | #define DRAFT "draft" /* draft folder */ | ^~~~~~~ fmail.cpp:4044:37: note: in expansion of macro 'DRAFT' 4044 | if((draft = create_mh_folder(NULL, DRAFT)) == NULL) { | ^~~~~ ./fmail.h:308:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 308 | #define TEMPLATE "template" /* template folder */ | ^~~~~~~~~~ fmail.cpp:4049:42: note: in expansion of macro 'TEMPLATE' 4049 | if((mftemplate = create_mh_folder(NULL, TEMPLATE)) == NULL) { | ^~~~~~~~ ./fmail.h:309:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 309 | #define FTEMP ".ftemp" /* temporary folder */ | ^~~~~~~~ fmail.cpp:4054:37: note: in expansion of macro 'FTEMP' 4054 | if((ftemp = create_mh_folder(NULL, FTEMP)) == NULL) { | ^~~~~ ./fmail.h:311:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 311 | #define FMBOX ".mbox" /* MBOX folder */ | ^~~~~~~ fmail.cpp:4059:37: note: in expansion of macro 'FMBOX' 4059 | if((fmbox = create_mh_folder(NULL, FMBOX)) == NULL) { | ^~~~~ fmail.cpp: In function 'char* get_short_addr_line(mail_addr*)': fmail.cpp:6327:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6327 | return "unknown"; | ^~~~~~~~~ fmail.cpp: In function 'int send_message(_mail_msg*)': fmail.cpp:6554:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6554 | replace_field(msg, "Return-Receipt-To", msg->header->From->addr); | ^~~~~~~~~~~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:251:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 251 | #define XFRECEIPT "X-XFmail-Return-To" /* confirm reading field */ | ^~~~~~~~~~~~~~~~~~~~ fmail.cpp:6559:22: note: in expansion of macro 'XFRECEIPT' 6559 | replace_field(msg, XFRECEIPT, msg->header->From->addr); | ^~~~~~~~~ fmail.cpp:6560:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6560 | replace_field(msg, "X-Chameleon-Return-To", msg->header->From->addr); | ^~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:6561:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6561 | replace_field(msg, "X-Confirm-Reading-To", msg->header->From->addr); | ^~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:6562:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6562 | replace_field(msg, "Disposition-Notification-To", msg->header->From->addr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fmail.cpp:6576:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6576 | delete_all_fields(msg, "Sender"); | ^~~~~~~~ fmail.cpp:6584:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6584 | replace_field(msg, "Date", get_arpa_date(time(NULL))); | ^~~~~~ fmail.cpp:6588:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6588 | replace_field(msg, "X-Mailer", buf); | ^~~~~~~~~~ fmail.cpp:6590:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6590 | if(!find_field(msg, "Message-ID")) { | ^~~~~~~~~~~~ fmail.cpp:6593:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6593 | add_field(msg, "Message-ID", buf); | ^~~~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ fmail.cpp:6597:21: note: in expansion of macro 'MIME_C_LENGTH' 6597 | replace_field(msg, MIME_C_LENGTH, buf); | ^~~~~~~~~~~~~ fmail.cpp: In function 'int sendmail_send_message(_mail_msg*)': fmail.cpp:6670:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6670 | strcpy(m_tmp_file, get_temp_file("send")); | ^~~~~~ fmail.cpp:6692:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6692 | if(find_field(msg, "Return-Receipt-To") && Config.getInt("smtpdsn", 0)) { | ^~~~~~~~~~~~~~~~~~~ fmail.cpp:6693:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6693 | delete_all_fields(msg, "X-DSN-Envid"); | ^~~~~~~~~~~~~ fmail.cpp:6694:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6694 | delete_all_fields(msg, "Return-Receipt-To"); | ^~~~~~~~~~~~~~~~~~~ fmail.cpp: In function 'void print_message_header(_mail_msg*, FILE*)': fmail.cpp:7065:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7065 | print_addr(msg->header->Sender, "Sender", file, -2); | ^~~~~~~~ fmail.cpp:7066:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7066 | print_addr(msg->header->From, "From", file, -2); | ^~~~~~ fmail.cpp:7067:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7067 | print_addr(msg->header->To, "To", file, -2); | ^~~~ fmail.cpp:7069:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7069 | print_news_addr(msg->header->News, "Newsgroups", file); | ^~~~~~~~~~~~ fmail.cpp:7073:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7073 | print_addr(msg->header->Cc, "Cc", file, -2); | ^~~~ fmail.cpp:7074:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7074 | print_addr(msg->header->Bcc, "Bcc", file, -2); | ^~~~~ fmail.cpp: In function 'void lpr_message(_mail_msg*)': fmail.cpp:7138:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7138 | strcpy(m_tmp_file, get_temp_file("lpr")); | ^~~~~ fmail.cpp: In function 'int print_message(_mail_msg*, FILE*, int)': fmail.cpp:7214:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7214 | print_addr(msg->header->Sender, "Sender", file, charset); | ^~~~~~~~ fmail.cpp:7215:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7215 | print_addr(msg->header->From, "From", file, charset); | ^~~~~~ fmail.cpp:7216:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7216 | print_addr(msg->header->To, "To", file, charset); | ^~~~ fmail.cpp:7218:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7218 | print_news_addr(msg->header->News, "Newsgroups", file); | ^~~~~~~~~~~~ fmail.cpp:7222:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7222 | print_addr(msg->header->Cc, "Cc", file, charset); | ^~~~ fmail.cpp:7223:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7223 | print_addr(msg->header->Bcc, "Bcc", file, charset); | ^~~~~ fmail.cpp: In function 'int update_message(_mail_msg*)': fmail.cpp:7370:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7370 | strcpy(buf, get_temp_file("upd")); | ^~~~~ fmail.cpp: In function 'void convert_fields(_mail_msg*)': fmail.cpp:7625:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7625 | if((fld = find_field(msg, "Apparently-To")) != NULL) { | ^~~~~~~~~~~~~~~ In file included from fmail.cpp:31: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ fmail.cpp:7630:28: note: in expansion of macro 'MIME_C_TYPE' 7630 | if((fld = find_field(msg, MIME_C_TYPE)) != NULL) { | ^~~~~~~~~~~ fmail.cpp:7631:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7631 | if((p = get_fld_param(fld, "protocol")) != NULL) { | ^~~~~~~~~~ fmail.cpp:7643:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7643 | fld = find_field(msg, "Date"); | ^~~~~~ fmail.cpp:7646:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7646 | if(((fld = find_last_field(msg, "Received")) != NULL) && | ^~~~~~~~~~ fmail.cpp:7652:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7652 | replace_field(msg, "X-SDate", get_arpa_date(stime)); | ^~~~~~~~~ fmail.cpp: In function 'void expand_str(_mail_msg*, char*)': fmail.cpp:7704:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7704 | if((fld = find_field(msg, "Message-ID"))) | ^~~~~~~~~~~~ fmail.cpp: In function 'void set_flags_by_status(_mail_msg*)': fmail.cpp:7765:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7765 | if((fld = find_field(msg, "Status")) != NULL) { | ^~~~~~~~ fmail.cpp:7788:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7788 | if((fld = find_field(msg, "X-Status")) != NULL) { | ^~~~~~~~~~ fmail.cpp: In function 'void set_status_by_flags(_mail_msg*)': fmail.cpp:7821:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7821 | replace_field(msg, "Status", nstat); | ^~~~~~~~ fmail.cpp:7835:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7835 | replace_field(msg, "X-Status", nstat); | ^~~~~~~~~~ fmail.cpp:7837:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7837 | if((fld = find_field(msg, "X-Status")) != NULL) | ^~~~~~~~~~ fmail.cpp: In function 'void set_msg_date(_mail_msg*, time_t, time_t)': fmail.cpp:8347:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8347 | replace_field(msg, "X-RDate", get_arpa_date(rdate)); | ^~~~~~~~~ fmail.cpp:8352:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8352 | replace_field(msg, "Date", get_arpa_date(sdate)); | ^~~~~~ fmail.cpp:8353:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8353 | delete_all_fields(msg, "X-SDate"); | ^~~~~~~~~ fmail.cpp: In function 'char* get_msg_priority_name(_mail_msg*)': fmail.cpp:8414:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8414 | return "Normal"; | ^~~~~~~~ fmail.cpp:8418:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8418 | return "Low"; | ^~~~~ fmail.cpp:8422:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8422 | return "High"; | ^~~~~~ fmail.cpp:8426:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8426 | return "Very high"; | ^~~~~~~~~~~ fmail.cpp: In function 'void set_priority_by_headers(_mail_msg*)': fmail.cpp:8463:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8463 | if((hf = find_field(msg, "X-Priority")) != NULL) { | ^~~~~~~~~~~~ fmail.cpp:8496:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8496 | if((hf = find_field(msg, "Priority")) != NULL) { | ^~~~~~~~~~ fmail.cpp: In function 'void set_priority_by_flags(_mail_msg*)': fmail.cpp:8512:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8512 | if((hf = find_field(msg, "Priority")) != NULL) | ^~~~~~~~~~ fmail.cpp:8514:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8514 | replace_field(msg, "X-Priority", "3 (Normal)"); | ^~~~~~~~~~~~ fmail.cpp:8514:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8514 | replace_field(msg, "X-Priority", "3 (Normal)"); | ^~~~~~~~~~~~ fmail.cpp:8518:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8518 | if((hf = find_field(msg, "Priority")) != NULL) | ^~~~~~~~~~ fmail.cpp:8520:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8520 | replace_field(msg, "X-Priority", "5 (Low)"); | ^~~~~~~~~~~~ fmail.cpp:8520:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8520 | replace_field(msg, "X-Priority", "5 (Low)"); | ^~~~~~~~~ fmail.cpp:8524:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8524 | replace_field(msg, "Priority", "urgent"); | ^~~~~~~~~~ fmail.cpp:8524:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8524 | replace_field(msg, "Priority", "urgent"); | ^~~~~~~~ fmail.cpp:8525:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8525 | replace_field(msg, "X-Priority", "2 (High)"); | ^~~~~~~~~~~~ fmail.cpp:8525:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8525 | replace_field(msg, "X-Priority", "2 (High)"); | ^~~~~~~~~~ fmail.cpp:8529:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8529 | replace_field(msg, "Priority", "urgent"); | ^~~~~~~~~~ fmail.cpp:8529:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8529 | replace_field(msg, "Priority", "urgent"); | ^~~~~~~~ fmail.cpp:8530:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8530 | replace_field(msg, "X-Priority", "1 (High)"); | ^~~~~~~~~~~~ fmail.cpp:8530:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8530 | replace_field(msg, "X-Priority", "1 (High)"); | ^~~~~~~~~~ --- ldap.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.cpp -o ldap.o >/dev/null 2>&1 --- imap.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT imap.lo -MD -MP -MF ".deps/imap.Tpo" -c -o imap.lo `test -f 'imap.cpp' || echo './'`imap.cpp; then mv -f ".deps/imap.Tpo" ".deps/imap.Plo"; else rm -f ".deps/imap.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.cpp -fPIC -DPIC -o .libs/imap.o imap.cpp:165:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 165 | "BODY[", | ^~~~~~~ imap.cpp:166:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 166 | "BODYSTRUCTURE", | ^~~~~~~~~~~~~~~ imap.cpp:167:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 167 | "BODY", | ^~~~~~ imap.cpp:168:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 168 | "ENVELOPE", | ^~~~~~~~~~ imap.cpp:169:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 169 | "FLAGS", | ^~~~~~~ imap.cpp:170:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 170 | "INTERNALDATE", | ^~~~~~~~~~~~~~ imap.cpp:171:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 171 | "RFC822.HEADER", | ^~~~~~~~~~~~~~~ imap.cpp:172:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 172 | "RFC822.SIZE", | ^~~~~~~~~~~~~ imap.cpp:173:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 173 | "RFC822.TEXT", | ^~~~~~~~~~~~~ imap.cpp:174:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 174 | "RFC822", | ^~~~~~~~ imap.cpp:175:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 175 | "UID", | ^~~~~ imap.cpp:273:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 273 | {ICOM_MATCHALL, "*", "OK", "$all", ok_process}, | ^~~~~~ imap.cpp:274:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 274 | {ICOM_MATCHALL, "*", "NO", "$all", no_process}, | ^~~~~~ imap.cpp:275:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 275 | {ICOM_MATCHALL, "*", "BAD", "$all", bad_process}, | ^~~~~~ imap.cpp:276:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 276 | {ICOM_LOGOUT, "*", "BYE", "$all", bye_process}, | ^~~~~~ imap.cpp:277:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 277 | {ICOM_MATCHALL, "*", "BYE", "$all", disc_process}, | ^~~~~~ imap.cpp:278:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 278 | {ICOM_LIST, "*", "LIST", "$all", list_process}, | ^~~~~~ imap.cpp:279:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 279 | {ICOM_LSUB, "*", "LSUB", "$all", list_process}, | ^~~~~~ imap.cpp:280:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | {ICOM_CAPABILITY, "*", "CAPABILITY", "$all", cap_process}, | ^~~~~~ imap.cpp:281:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 281 | {ICOM_STATUS, "*", "STATUS", "$all", stat_process}, | ^~~~~~ imap.cpp:282:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 282 | {ICOM_MATCHALL, "*", "PREAUTH", "$all", preauth_process}, | ^~~~~~ imap.cpp:283:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 283 | {ICOM_SELECT, "*", "FLAGS", "$all", flags_process}, | ^~~~~~ imap.cpp:284:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 284 | {ICOM_EXAMINE, "*", "FLAGS", "$all", flags_process}, | ^~~~~~ imap.cpp:285:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 285 | {ICOM_STATUS, "*", "FLAGS", "$all", flags_process}, | ^~~~~~ imap.cpp:286:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 286 | {ICOM_SEARCH, "*", "SEARCH", "$all", search_process}, | ^~~~~~ imap.cpp:287:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 287 | {ICOM_UIDSEARCH, "*", "SEARCH", "$all", search_process}, | ^~~~~~ imap.cpp:288:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 288 | {ICOM_FETCH, "*", "$num", "$FETCH (", fetch_process}, | ^~~~~~~~~~ imap.cpp:289:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 289 | {ICOM_UIDFETCH, "*", "$num", "$FETCH (", fetch_process}, | ^~~~~~~~~~ imap.cpp:290:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 290 | {ICOM_STORE, "*", "$num", "$FETCH (", fetch_process}, | ^~~~~~~~~~ imap.cpp:291:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 291 | {ICOM_UIDSTORE, "*", "$num", "$FETCH (", fetch_process}, | ^~~~~~~~~~ imap.cpp:292:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 292 | {ICOM_EXPUNGE, "*", "$num", "EXPUNGE", expunge_process}, | ^~~~~~~~~ imap.cpp:293:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 293 | {ICOM_APPEND, "+", "$all", "$all", append_process}, | ^~~~~~ imap.cpp:295:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 295 | {ICOM_MATCHALL, "*", "CAPABILITY", "$all", cap_process}, | ^~~~~~ imap.cpp:297:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 297 | {ICOM_MATCHALL, "*", "$num", "EXISTS", exists_process}, | ^~~~~~~~ imap.cpp:298:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 298 | {ICOM_MATCHALL, "*", "$num", "RECENT", recent_process}, | ^~~~~~~~ imap.cpp:299:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 299 | {ICOM_MATCHALL, "*", "$num", "$FETCH (", fetch_process}, | ^~~~~~~~~~ imap.cpp:300:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 300 | {ICOM_MATCHALL, "*", "$num", "EXPUNGE", expunge_process}, | ^~~~~~~~~ imap.cpp:301:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 301 | {ICOM_MATCHALL, "$all", "OK", "$all", ok_process}, | ^~~~~~ imap.cpp:302:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 302 | {ICOM_MATCHALL, "$all", "NO", "$all", no_process}, | ^~~~~~ imap.cpp:303:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 303 | {ICOM_MATCHALL, "$all", "BAD", "$all", bad_process}, | ^~~~~~ imap.cpp:304:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 304 | {ICOM_MATCHALL, "$all", "$all", "$all", unk_process}, /* unknown */ | ^~~~~~ imap.cpp:305:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 305 | {ICOM_NOCOM, "$all", "$all", "$all", unk_process} | ^~~~~~ imap.cpp:310:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 310 | "CAPABILITY", | ^~~~~~~~~~~~ imap.cpp:311:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 311 | "NOOP", | ^~~~~~ imap.cpp:312:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 312 | "LOGOUT", | ^~~~~~~~ imap.cpp:313:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 313 | "AUTHENTICATE", | ^~~~~~~~~~~~~~ imap.cpp:314:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 314 | "LOGIN", | ^~~~~~~ imap.cpp:315:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 315 | "SELECT", | ^~~~~~~~ imap.cpp:316:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 316 | "EXAMINE", | ^~~~~~~~~ imap.cpp:317:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 317 | "CREATE", | ^~~~~~~~ imap.cpp:318:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 318 | "DELETE", | ^~~~~~~~ imap.cpp:319:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 319 | "RENAME", | ^~~~~~~~ imap.cpp:320:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 320 | "SUBSCRIBE", | ^~~~~~~~~~~ imap.cpp:321:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 321 | "UNSUBSCRIBE", | ^~~~~~~~~~~~~ imap.cpp:322:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 322 | "LIST", | ^~~~~~ imap.cpp:323:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 323 | "LSUB", | ^~~~~~ imap.cpp:324:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 324 | "STATUS", | ^~~~~~~~ imap.cpp:325:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 325 | "APPEND", | ^~~~~~~~ imap.cpp:326:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 326 | "CHECK", | ^~~~~~~ imap.cpp:327:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 327 | "CLOSE", | ^~~~~~~ imap.cpp:328:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 328 | "EXPUNGE", | ^~~~~~~~~ imap.cpp:329:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 329 | "SEARCH", | ^~~~~~~~ imap.cpp:330:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 330 | "FETCH", | ^~~~~~~ imap.cpp:331:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 331 | "STORE", | ^~~~~~~ imap.cpp:332:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 332 | "COPY", | ^~~~~~ imap.cpp:333:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 333 | "UID SEARCH", | ^~~~~~~~~~~~ imap.cpp:334:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 334 | "UID COPY", | ^~~~~~~~~~ imap.cpp:335:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 335 | "UID FETCH", | ^~~~~~~~~~~ imap.cpp:336:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 336 | "UID STORE", | ^~~~~~~~~~~ imap.cpp: In function 'void set_imap_msgnum(_imap_src*, _mail_msg*, long int)': imap.cpp:76:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | #define IMAP_NUM_FLD "X-IMAP-Num" /* field to store IMAP number */ | ^~~~~~~~~~~~ imap.cpp:700:21: note: in expansion of macro 'IMAP_NUM_FLD' 700 | replace_field(msg, IMAP_NUM_FLD, sbuf); | ^~~~~~~~~~~~ imap.cpp: In function 'long int get_imap_msgnum(_imap_src*, _mail_msg*)': imap.cpp:76:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | #define IMAP_NUM_FLD "X-IMAP-Num" /* field to store IMAP number */ | ^~~~~~~~~~~~ imap.cpp:711:27: note: in expansion of macro 'IMAP_NUM_FLD' 711 | if((hf = find_field(msg, IMAP_NUM_FLD)) == NULL) { | ^~~~~~~~~~~~ imap.cpp: In function 'char* get_imap_string(_imap_src*, char*, FILE*)': imap.cpp:1117:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1117 | return ""; | ^~ imap.cpp:1119:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1119 | res = "OK"; | ^~~~ imap.cpp:1186:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1186 | return ""; | ^~ imap.cpp: In function 'char* imap_string(_imap_src*, char*)': imap.cpp:1199:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1199 | return "NIL"; | ^~~~~ In file included from imap.cpp:29: imap.cpp: In function 'int imap_fetchbody(_imap_src*, _mail_msg*, char*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ imap.cpp:1317:17: note: in expansion of macro 'MIME_C_TYPE' 1317 | add_field(msg, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ imap.cpp:1323:17: note: in expansion of macro 'MIME_VERSION' 1323 | add_field(msg, MIME_VERSION, buf); | ^~~~~~~~~~~~ imap.cpp: In function 'int imap_fetchenvelope(_imap_src*, _mail_msg*, char*)': imap.cpp:1479:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1479 | replace_field(msg, "Date", str); | ^~~~~~ imap.cpp:1512:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1512 | replace_field(msg, "In-Reply-To", str); | ^~~~~~~~~~~~~ imap.cpp:1523:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1523 | replace_field(msg, "Message-ID", str); | ^~~~~~~~~~~~ In file included from imap.cpp:29: ./fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ imap.cpp:1527:21: note: in expansion of macro 'SOURCE_FIELD' 1527 | replace_field(msg, SOURCE_FIELD, imap->name); | ^~~~~~~~~~~~ imap.cpp: In function 'int imap_fetchidate(_imap_src*, _mail_msg*, char*)': imap.cpp:1601:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1601 | replace_field(msg, "X-RDate", get_arpa_date(msg->header->rcv_time)); | ^~~~~~~~~ In file included from imap.cpp:29: imap.cpp: In function 'int imap_fetchrfc822hdr(_imap_src*, _mail_msg*, char*)': ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ imap.cpp:1727:22: note: in expansion of macro 'MIME_C_LENGTH' 1727 | replace_field(msg, MIME_C_LENGTH, buf); | ^~~~~~~~~~~~~ imap.cpp: In function 'int imap_fetchrfc822size(_imap_src*, _mail_msg*, char*)': ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ imap.cpp:1750:21: note: in expansion of macro 'MIME_C_LENGTH' 1750 | replace_field(msg, MIME_C_LENGTH, arg); | ^~~~~~~~~~~~~ imap.cpp: In function 'int imap_login(_imap_src*)': imap.cpp:2791:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2791 | if((res = imap_command(imap, ICOM_LOGIN, "%s %s", imap->username, | ^~~~~~~ imap.cpp:2801:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2801 | if((res = imap_command(imap, ICOM_LOGIN, "%s %s", imap->username, | ^~~~~~~ imap.cpp: In function 'int imap_list(_imap_src*)': imap.cpp:2827:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2827 | p = "\"\""; | ^~~~~~ imap.cpp:2848:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2848 | if(imap_command(imap, lcom, "%s \"*\"", p) != IMAP_OK) { | ^~~~~~~~~~ imap.cpp: In function 'int imap_init(_imap_src*)': imap.cpp:78:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define IMAP_INBOX "INBOX" | ^~~~~~~ imap.cpp:2911:44: note: in expansion of macro 'IMAP_INBOX' 2911 | if((imap->iinbox = find_imap_folder(imap, IMAP_INBOX)) == NULL) { | ^~~~~~~~~~ imap.cpp:2912:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2912 | if((res = imap_command(imap, ICOM_LIST, "\"\" %s", IMAP_INBOX)) != | ^~~~~~~~~ imap.cpp:78:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define IMAP_INBOX "INBOX" | ^~~~~~~ imap.cpp:2920:44: note: in expansion of macro 'IMAP_INBOX' 2920 | if((imap->iinbox = find_imap_folder(imap, IMAP_INBOX)) == NULL) { | ^~~~~~~~~~ imap.cpp:2921:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2921 | if(imap_command(imap, ICOM_CREATE, "%s", IMAP_INBOX) == IMAP_OK) { | ^~~~ imap.cpp:2924:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2924 | imap_command(imap, ICOM_LIST, "\"\" %s", | ^~~~~~~~~ imap.cpp:78:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define IMAP_INBOX "INBOX" | ^~~~~~~ imap.cpp:2935:44: note: in expansion of macro 'IMAP_INBOX' 2935 | if((imap->iinbox = find_imap_folder(imap, IMAP_INBOX)) == NULL) | ^~~~~~~~~~ imap.cpp:79:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define IMAP_TRASH "trash" | ^~~~~~~ imap.cpp:2944:41: note: in expansion of macro 'IMAP_TRASH' 2944 | imap->itrash = find_imap_folder(imap, IMAP_TRASH); | ^~~~~~~~~~ imap.cpp:2948:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2948 | res = imap_command(imap, ICOM_LIST, "\"\" %s", IMAP_TRASH); | ^~~~~~~~~ imap.cpp:2950:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2950 | res = imap_command(imap, ICOM_LIST, "\"\" %s", buf); | ^~~~~~~~~ imap.cpp:79:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define IMAP_TRASH "trash" | ^~~~~~~ imap.cpp:2960:42: note: in expansion of macro 'IMAP_TRASH' 2960 | imap->itrash = find_imap_folder(imap, IMAP_TRASH); | ^~~~~~~~~~ imap.cpp:79:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define IMAP_TRASH "trash" | ^~~~~~~ imap.cpp:2965:51: note: in expansion of macro 'IMAP_TRASH' 2965 | imap->itrash = create_imap_folder(imap, NULL, IMAP_TRASH); | ^~~~~~~~~~ imap.cpp:79:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define IMAP_TRASH "trash" | ^~~~~~~ imap.cpp:2968:60: note: in expansion of macro 'IMAP_TRASH' 2968 | imap->itrash = create_imap_folder(imap, imap->iinbox, IMAP_TRASH); | ^~~~~~~~~~ imap.cpp:2991:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2991 | "%s (MESSAGES UNSEEN UIDVALIDITY)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:3005:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3005 | imap_command(imap, ICOM_EXAMINE | ICOM_LOGERR, "%s", | ^~~~ imap.cpp: In function 'int imap_reconnect(_imap_src*)': imap.cpp:3166:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3166 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp: In function '_mail_folder* imap_folder_switch(_imap_src*, _mail_folder*)': imap.cpp:3247:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3247 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp: In function '_mail_folder* get_imap_trash(_imap_src*, _mail_msg*)': imap.cpp:3343:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3343 | if(imap_command(imap, ICOM_LIST, "\"\" %s", buf) != IMAP_OK) { | ^~~~~~~~~ imap.cpp: In function 'long int delete_imap_message_range(_imap_src*, _mail_msg*)': imap.cpp:3417:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3417 | (imap, ICOM_UIDCOPY, "%ld:%ld %s", bottom, top, | ^~~~~~~~~~~~ imap.cpp:3427:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3427 | (imap, ICOM_UIDSTORE, "%ld:%ld FLAGS.SILENT (\\Deleted)", bottom, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int delete_imap_message(_mail_msg*)': imap.cpp:3494:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3494 | (imap, ICOM_UIDCOPY, "%ld %s", msg->uid, | ^~~~~~~~ imap.cpp:3513:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3513 | (imap, ICOM_UIDSTORE, "%ld -FLAGS.SILENT (\\Deleted)", msg->uid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:3522:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3522 | (imap, ICOM_UIDSTORE, "%ld +FLAGS.SILENT (\\Deleted)", msg->uid) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int get_imap_message_header(_mail_msg*)': imap.cpp:3568:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3568 | if(imap_command(imap, ICOM_UIDFETCH, "%ld (RFC822.HEADER)", msg->uid) | ^~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'char* get_imap_msg_file(_mail_msg*)': imap.cpp:3636:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3636 | if(imap_command (imap, ICOM_UIDFETCH, "%ld (BODY.PEEK[])", msg->uid) != IMAP_OK) { | ^~~~~~~~~~~~~~~~~~~ imap.cpp: In function '_mail_msg* get_imap_msg_by_uid(_mail_folder*, long int)': imap.cpp:3688:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3688 | "%ld (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'void update_imap_message_range(_imap_src*, _mail_msg*)': imap.cpp:3839:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3839 | if(imap_command(imap, ICOM_UIDSTORE, "%d:%d FLAGS.SILENT (%s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:3844:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3844 | if(imap_command(imap, ICOM_UIDSTORE, "%d:%d -FLAGS.SILENT (%s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int update_imap_message(_mail_msg*)': imap.cpp:3892:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3892 | if(imap_command(imap, ICOM_UIDSTORE, "%d FLAGS.SILENT (%s)", | ^~~~~~~~~~~~~~~~~~~~~~ imap.cpp:3900:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3900 | if(imap_command(imap, ICOM_UIDSTORE, "%d -FLAGS.SILENT (%s)", | ^~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int refresh_imap_message(_mail_msg*)': imap.cpp:3952:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3952 | "%d (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int open_imap_folder(_mail_folder*, int)': imap.cpp:4012:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4012 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp:4048:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4048 | "%d (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:4072:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4072 | if(imap_command(imap, ICOM_SEARCH, "UNSEEN") != IMAP_OK) { | ^~~~~~~~ imap.cpp:4083:7: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4083 | "%d (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:4099:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4099 | "1:%d (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int imap_get_recent(_imap_src*)': imap.cpp:4182:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4182 | if(imap_command(imap, ICOM_UIDSEARCH, "RECENT") != IMAP_OK) | ^~~~~~~~ imap.cpp:4197:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4197 | "%ld (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int refresh_imap_folder(_mail_folder*)': imap.cpp:4228:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4228 | (imap, ICOM_STATUS, "%s (MESSAGES UNSEEN RECENT)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:4250:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4250 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp:4294:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4294 | "%ld (INTERNALDATE RFC822.SIZE ENVELOPE FLAGS BODY UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int rescan_imap_folder(_mail_folder*)': imap.cpp:4329:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4329 | (imap, ICOM_STATUS, "%s (MESSAGES UNSEEN UIDVALIDITY)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:4332:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4332 | imap_command(imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp:4337:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4337 | imap_command(imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp:4345:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4345 | if(imap_command(imap, ICOM_SEARCH, "UNSEEN") != IMAP_OK) { | ^~~~~~~~ imap.cpp: In function 'void close_imap_folder(_mail_folder*)': imap.cpp:4421:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4421 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp: In function 'void empty_imap_folder(_mail_folder*)': imap.cpp:4496:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4496 | (imap, ICOM_SELECT, "%s", | ^~~~ imap.cpp:4514:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4514 | (imap, ICOM_STORE, "1:%d +FLAGS.SILENT (\\Deleted)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int delete_imap_folder(_mail_folder*)': imap.cpp:4568:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4568 | switch(imap_command(imap, ICOM_DELETE, "%s", | ^~~~ imap.cpp: In function 'int rename_imap_folder(_mail_folder*, char*)': imap.cpp:4643:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4643 | (imap, ICOM_RENAME, "%s %s", imap_string(imap, folder->fold_path), | ^~~~~~~ imap.cpp: In function '_mail_msg* copy_to_imap_folder_range(_imap_src*, _mail_msg*, _mail_folder*)': imap.cpp:4810:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4810 | (imap, ICOM_UIDCOPY, "%ld:%ld %s", bottom, top, | ^~~~~~~~~~~~ imap.cpp: In function '_mail_msg* copy_to_imap_folder(_mail_msg*, _mail_folder*)': imap.cpp:4855:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4855 | (imap, ICOM_STATUS, "%s (UIDNEXT)", | ^~~~~~~~~~~~~~ imap.cpp:4867:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4867 | (imap, ICOM_UIDCOPY, "%ld %s", msg->uid, | ^~~~~~~~ imap.cpp:4879:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4879 | if(imap_command(imap, ICOM_APPEND, "%s (%s) \"%s\" {%d}", | ^~~~~~~~~~~~~~~~~~~~~ imap.cpp:4891:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4891 | (imap, ICOM_APPEND, "%s {%d}", | ^~~~~~~~~ imap.cpp:4912:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4912 | imap_command(imap, ICOM_UIDSEARCH, "ALL"); | ^~~~~ imap.cpp: In function 'long int move_to_imap_folder_range(_imap_src*, _mail_msg*, _mail_folder*)': imap.cpp:5007:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5007 | (imap, ICOM_UIDCOPY, "%ld:%ld %s", bottom, top, | ^~~~~~~~~~~~ imap.cpp:5014:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5014 | (imap, ICOM_UIDSTORE, "%ld:%ld FLAGS.SILENT (\\Deleted)", bottom, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int move_to_imap_folder(_mail_msg*, _mail_folder*)': imap.cpp:5082:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5082 | (imap, ICOM_STATUS, "%s (UIDNEXT)", | ^~~~~~~~~~~~~~ imap.cpp:5097:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5097 | (imap, ICOM_UIDCOPY, "%ld %s", msg->uid, | ^~~~~~~~ imap.cpp:5109:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5109 | if(imap_command(imap, ICOM_APPEND, "%s (%s) \"%s\" {%d}", | ^~~~~~~~~~~~~~~~~~~~~ imap.cpp:5121:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5121 | (imap, ICOM_APPEND, "%s {%d}", | ^~~~~~~~~ imap.cpp:5151:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5151 | imap_command(imap, ICOM_UIDSEARCH, "ALL"); | ^~~~~ imap.cpp: In function 'char* get_search_string(char*)': imap.cpp:5191:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5191 | return "TEXT"; | ^~~~~~ imap.cpp:5194:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5194 | return "BODY"; | ^~~~~~ imap.cpp:5197:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5197 | return "TEXT"; | ^~~~~~ imap.cpp:5200:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5200 | return "FROM"; | ^~~~~~ imap.cpp:5203:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5203 | return "TO"; | ^~~~ imap.cpp:5206:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5206 | return "CC"; | ^~~~ imap.cpp:5209:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5209 | return "BCC"; | ^~~~~ imap.cpp:5212:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5212 | return "SENDER"; | ^~~~~~~~ imap.cpp:5215:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5215 | return "SUBJECT"; | ^~~~~~~~~ imap.cpp: In function 'int imap_find_text(_mail_folder*, char*, char*, int, fld_search_cb)': imap.cpp:5256:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5256 | if(imap_command(imap, ICOM_UIDSEARCH, "%s \"%s\"", | ^~~~~~~~~~~ imap.cpp:5281:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5281 | "%ld +FLAGS.SILENT (\\Flagged)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:5289:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5289 | "%ld +FLAGS.SILENT (\\Flagged)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function '_mail_folder* create_imap_folder(_imap_src*, _mail_folder*, char*)': imap.cpp:5493:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5493 | if(imap_command(imap, ICOM_CREATE, "%s", fname) != IMAP_OK) { | ^~~~ imap.cpp:5498:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5498 | if(imap_command(imap, ICOM_LIST, "\"\" %s", fname) != IMAP_OK) { | ^~~~~~~~~ imap.cpp:5511:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5511 | imap_command(imap, ICOM_LIST, "\"\" %s", fname); | ^~~~~~~~~ imap.cpp: In function 'void imap_inbox(_imap_src*)': imap.cpp:5554:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5554 | if(imap_command(imap, ICOM_LIST, "\"\" %s", IMAP_INBOX) != IMAP_OK) { | ^~~~~~~~~ imap.cpp:78:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define IMAP_INBOX "INBOX" | ^~~~~~~ imap.cpp:5560:40: note: in expansion of macro 'IMAP_INBOX' 5560 | imap->iinbox = find_imap_folder(imap, IMAP_INBOX); | ^~~~~~~~~~ imap.cpp: In function 'long int imap_inc(_retrieve_src*, long int*)': imap.cpp:5601:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5601 | if(imap_command(imap, ICOM_SELECT, "%s", imap->iinbox->fold_path) | ^~~~ imap.cpp:5622:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5622 | if(imap_command(imap, ICOM_UIDSEARCH, "NOT SEEN") != IMAP_OK) { | ^~~~~~~~~~ imap.cpp:5650:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5650 | (imap, ICOM_UIDFETCH, "%ld (RFC822.HEADER UID)", | ^~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp:5705:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5705 | imap_command(imap, ICOM_UIDSTORE, "%ld +FLAGS.SILENT (\\Seen)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ imap.cpp: In function 'int check_imap_folder(_mail_folder*)': imap.cpp:5738:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5738 | if(imap_command(imap, ICOM_UIDFETCH, "%ld:*", get_max_uid(folder)) != | ^~~~~~~ imap.cpp: In function 'long int get_imap_folder_uid(_mail_folder*)': imap.cpp:6152:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6152 | (imap, ICOM_STATUS, "%s (UIDVALIDITY)", | ^~~~~~~~~~~~~~~~~~ imap.cpp:6159:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6159 | (imap, ICOM_EXAMINE, "%s", | ^~~~ imap.cpp: In function 'int imap_dummy_open_folder(_mail_folder*, int)': imap.cpp:6533:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6533 | if(imap_command(imap, lcom, "\"%s%c\" \"*\"", | ^~~~~~~~~~~~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.cpp -o imap.o >/dev/null 2>&1 --- fmail.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT fmail.lo -MD -MP -MF .deps/fmail.Tpo -c fmail.cpp -o fmail.o >/dev/null 2>&1 --- gpasswd.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT gpasswd.lo -MD -MP -MF ".deps/gpasswd.Tpo" -c -o gpasswd.lo `test -f 'gpasswd.cpp' || echo './'`gpasswd.cpp; then mv -f ".deps/gpasswd.Tpo" ".deps/gpasswd.Plo"; else rm -f ".deps/gpasswd.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT gpasswd.lo -MD -MP -MF .deps/gpasswd.Tpo -c gpasswd.cpp -fPIC -DPIC -o .libs/gpasswd.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT gpasswd.lo -MD -MP -MF .deps/gpasswd.Tpo -c gpasswd.cpp -o gpasswd.o >/dev/null 2>&1 --- mailaddr.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT mailaddr.lo -MD -MP -MF ".deps/mailaddr.Tpo" -c -o mailaddr.lo `test -f 'mailaddr.cpp' || echo './'`mailaddr.cpp; then mv -f ".deps/mailaddr.Tpo" ".deps/mailaddr.Plo"; else rm -f ".deps/mailaddr.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mailaddr.lo -MD -MP -MF .deps/mailaddr.Tpo -c mailaddr.cpp -fPIC -DPIC -o .libs/mailaddr.o --- mbox.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT mbox.lo -MD -MP -MF ".deps/mbox.Tpo" -c -o mbox.lo `test -f 'mbox.cpp' || echo './'`mbox.cpp; then mv -f ".deps/mbox.Tpo" ".deps/mbox.Plo"; else rm -f ".deps/mbox.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mbox.lo -MD -MP -MF .deps/mbox.Tpo -c mbox.cpp -fPIC -DPIC -o .libs/mbox.o mbox.cpp: In function 'int lockfolder(_mail_folder*)': mbox.cpp:78:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define WRITEMBOXMODE "r+" | ^~~~ mbox.cpp:214:40: note: in expansion of macro 'WRITEMBOXMODE' 214 | if((ffd = get_mbox_folder_fd(folder, WRITEMBOXMODE)) == NULL) | ^~~~~~~~~~~~~ mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:249:40: note: in expansion of macro 'READMBOXMODE' 249 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'int unlockfolder(_mail_folder*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:372:40: note: in expansion of macro 'READMBOXMODE' 372 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'void update_mbox_fsize(_mail_folder*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:425:33: note: in expansion of macro 'READMBOXMODE' 425 | (get_mbox_folder_fd(folder, READMBOXMODE) == NULL)) return; | ^~~~~~~~~~~~ mbox.cpp: In function 'FILE* get_mbox_folder_fd(_mail_folder*, char*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:462:10: note: in expansion of macro 'READMBOXMODE' 462 | mode = READMBOXMODE; | ^~~~~~~~~~~~ mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:471:11: note: in expansion of macro 'READMBOXMODE' 471 | mode = READMBOXMODE; | ^~~~~~~~~~~~ mbox.cpp: In function '_mail_msg* get_mbox_message(long int, _mail_folder*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:599:39: note: in expansion of macro 'READMBOXMODE' 599 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp:667:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 667 | if(find_field_noload(msg, "Date") == NULL) { | ^~~~~~ mbox.cpp:668:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 668 | add_field(msg, "Date", get_arpa_date(msg->header->snt_time)); | ^~~~~~ In file included from mbox.cpp:29: ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:673:28: note: in expansion of macro 'FROMLINE' 673 | replace_field_noload(msg, FROMLINE, buf); | ^~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mbox.cpp:675:30: note: in expansion of macro 'MIME_C_LENGTH' 675 | hf = find_field_noload(msg, MIME_C_LENGTH); | ^~~~~~~~~~~~~ mbox.cpp: In function 'int open_mbox_folder(_mail_folder*, int)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:740:39: note: in expansion of macro 'READMBOXMODE' 740 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'int rescan_mbox_folder(_mail_folder*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:932:39: note: in expansion of macro 'READMBOXMODE' 932 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'int move_to_mbox_folder(_mail_msg*, _mail_folder*)': mbox.cpp:79:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define APPENDMBOXMODE "a+" | ^~~~ mbox.cpp:1362:39: note: in expansion of macro 'APPENDMBOXMODE' 1362 | if((ffd = get_mbox_folder_fd(folder, APPENDMBOXMODE)) == NULL) | ^~~~~~~~~~~~~~ In file included from mbox.cpp:29: ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:1395:25: note: in expansion of macro 'FROMLINE' 1395 | delete_all_fields(msg, FROMLINE); | ^~~~~~~~ ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:1398:17: note: in expansion of macro 'FROMLINE' 1398 | add_field(msg, FROMLINE, buf); | ^~~~~~~~ mbox.cpp: In function '_mail_msg* copy_to_mbox_folder(_mail_msg*, _mail_folder*)': mbox.cpp:79:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | #define APPENDMBOXMODE "a+" | ^~~~ mbox.cpp:1488:39: note: in expansion of macro 'APPENDMBOXMODE' 1488 | if((ffd = get_mbox_folder_fd(folder, APPENDMBOXMODE)) == NULL) | ^~~~~~~~~~~~~~ mbox.cpp: In function 'int refresh_mbox_folder(_mail_folder*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:1705:39: note: in expansion of macro 'READMBOXMODE' 1705 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) { | ^~~~~~~~~~~~ mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:1713:40: note: in expansion of macro 'READMBOXMODE' 1713 | if((ffd = get_mbox_folder_fd(folder, READMBOXMODE)) == NULL) { | ^~~~~~~~~~~~ mbox.cpp: In function 'int print_mbox_message(_mail_msg*, FILE*, int)': mbox.cpp:1914:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1914 | print_addr(msg->header->Sender, "Sender", file, charset); | ^~~~~~~~ mbox.cpp:1915:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1915 | print_addr(msg->header->From, "From", file, charset); | ^~~~~~ mbox.cpp:1916:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1916 | print_addr(msg->header->To, "To", file, charset); | ^~~~ mbox.cpp:1918:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1918 | print_news_addr(msg->header->News, "Newsgroups", file); | ^~~~~~~~~~~~ mbox.cpp:1926:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1926 | print_addr(msg->header->Cc, "Cc", file, charset); | ^~~~ mbox.cpp:1927:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1927 | print_addr(msg->header->Bcc, "Bcc", file, charset); | ^~~~~ mbox.cpp: In function 'int print_mbox_message_body(_mail_msg*, FILE*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:1960:44: note: in expansion of macro 'READMBOXMODE' 1960 | if((ffd = get_mbox_folder_fd(msg->folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'int get_mbox_message_text(_mail_msg*, _mime_msg*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:2062:44: note: in expansion of macro 'READMBOXMODE' 2062 | if((ffd = get_mbox_folder_fd(msg->folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ mbox.cpp: In function 'char* get_mbox_msg_file(_mail_msg*)': mbox.cpp:2201:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2201 | return "does not exists"; | ^~~~~~~~~~~~~~~~~ mbox.cpp: In function 'int update_mbox_message(_mail_msg*)': mbox.cpp:78:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define WRITEMBOXMODE "r+" | ^~~~ mbox.cpp:2310:44: note: in expansion of macro 'WRITEMBOXMODE' 2310 | if((ffd = get_mbox_folder_fd(msg->folder, WRITEMBOXMODE)) == NULL) { | ^~~~~~~~~~~~~ mbox.cpp: In function 'int get_mbox_message_header(_mail_msg*)': mbox.cpp:77:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | #define READMBOXMODE "r" | ^~~ mbox.cpp:2407:44: note: in expansion of macro 'READMBOXMODE' 2407 | if((ffd = get_mbox_folder_fd(msg->folder, READMBOXMODE)) == NULL) | ^~~~~~~~~~~~ In file included from mbox.cpp:29: ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:2437:34: note: in expansion of macro 'FROMLINE' 2437 | if((hf = find_field_noload(msg, FROMLINE)) != NULL) | ^~~~~~~~ ./fmail.h:2051:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2051 | #define REALENGTH "X-Real-Length" /* store real lenght in this field */ | ^~~~~~~~~~~~~~~ mbox.cpp:2440:34: note: in expansion of macro 'REALENGTH' 2440 | if((hf = find_field_noload(msg, REALENGTH)) != NULL) | ^~~~~~~~~ ./fmail.h:2051:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2051 | #define REALENGTH "X-Real-Length" /* store real lenght in this field */ | ^~~~~~~~~~~~~~~ mbox.cpp:2459:29: note: in expansion of macro 'REALENGTH' 2459 | replace_field_noload(msg, REALENGTH, buf); | ^~~~~~~~~ ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:2461:29: note: in expansion of macro 'FROMLINE' 2461 | replace_field_noload(msg, FROMLINE, fromline); | ^~~~~~~~ mbox.cpp: In function 'void get_from(_mail_msg*, char*, FILE*)': ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:2747:34: note: in expansion of macro 'FROMLINE' 2747 | if((hf = find_field_noload(msg, FROMLINE)) != NULL) { | ^~~~~~~~ mbox.cpp: In function 'int mbox_rewrite(_mail_folder*)': mbox.cpp:78:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define WRITEMBOXMODE "r+" | ^~~~ mbox.cpp:2827:39: note: in expansion of macro 'WRITEMBOXMODE' 2827 | if((ffd = get_mbox_folder_fd(folder, WRITEMBOXMODE)) == NULL) | ^~~~~~~~~~~~~ mbox.cpp:2859:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2859 | strcpy(tmpfile, get_temp_file("mbox")); | ^~~~~~ In file included from mbox.cpp:29: ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:2929:26: note: in expansion of macro 'FROMLINE' 2929 | delete_all_fields(msg, FROMLINE); | ^~~~~~~~ ./fmail.h:2052:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2052 | #define FROMLINE "X-From-Line" /* store original From line here */ | ^~~~~~~~~~~~~ mbox.cpp:2932:18: note: in expansion of macro 'FROMLINE' 2932 | add_field(msg, FROMLINE, buf); | ^~~~~~~~ mbox.cpp: In function 'void update_clen(_mail_msg*)': ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mbox.cpp:3040:25: note: in expansion of macro 'MIME_C_LENGTH' 3040 | delete_all_fields(msg, MIME_C_LENGTH); | ^~~~~~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mbox.cpp:3048:21: note: in expansion of macro 'MIME_C_LENGTH' 3048 | replace_field(msg, MIME_C_LENGTH, buf); | ^~~~~~~~~~~~~ mbox.cpp: In function 'long int mbox_inc_mail(_retrieve_src*, long int*)': mbox.cpp:78:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | #define WRITEMBOXMODE "r+" | ^~~~ mbox.cpp:3080:31: note: in expansion of macro 'WRITEMBOXMODE' 3080 | if(get_mbox_folder_fd(ifold, WRITEMBOXMODE) == NULL) { | ^~~~~~~~~~~~~ mbox.cpp:3125:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3125 | replace_field(msg, "X-RDate", get_arpa_date(time(NULL))); | ^~~~~~~~~ In file included from mbox.cpp:29: ./fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ mbox.cpp:3126:23: note: in expansion of macro 'SOURCE_FIELD' 3126 | replace_field(msg, SOURCE_FIELD, source->name); | ^~~~~~~~~~~~ --- mailaddr.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mailaddr.lo -MD -MP -MF .deps/mailaddr.Tpo -c mailaddr.cpp -o mailaddr.o >/dev/null 2>&1 --- mbox.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mbox.lo -MD -MP -MF .deps/mbox.Tpo -c mbox.cpp -o mbox.o >/dev/null 2>&1 --- md5.lo --- if /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1 --- mime.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT mime.lo -MD -MP -MF ".deps/mime.Tpo" -c -o mime.lo `test -f 'mime.cpp' || echo './'`mime.cpp; then mv -f ".deps/mime.Tpo" ".deps/mime.Plo"; else rm -f ".deps/mime.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp -fPIC -DPIC -o .libs/mime.o --- msg.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT msg.lo -MD -MP -MF ".deps/msg.Tpo" -c -o msg.lo `test -f 'msg.cpp' || echo './'`msg.cpp; then mv -f ".deps/msg.Tpo" ".deps/msg.Plo"; else rm -f ".deps/msg.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT msg.lo -MD -MP -MF .deps/msg.Tpo -c msg.cpp -fPIC -DPIC -o .libs/msg.o --- mime.lo --- mime.cpp:127:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 127 | {CE_NONE, "none", dumb_encode, dumb_decode, 80}, | ^~~~~~ mime.cpp:128:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 128 | {CE_7BIT, "7bit", sevenbit_encode, sevenbit_decode, 80}, | ^~~~~~ mime.cpp:129:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 129 | {CE_QPRT, "quoted-printable", qprt_encode, qprt_decode, 76}, | ^~~~~~~~~~~~~~~~~~ mime.cpp:130:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 130 | {CE_BASE64, "base64", base64_encode, base64_decode, 76}, | ^~~~~~~~ mime.cpp:131:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 131 | {CE_8BIT, "8bit", eightbit_encode, eightbit_decode, 80}, | ^~~~~~ mime.cpp:132:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 132 | {CE_BINARY, "binary", dumb_encode, dumb_decode, 255}, | ^~~~~~~~ mime.cpp:133:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 133 | {CE_UNSUPPORTED, "unknown", dumb_encode, dumb_decode, 90} | ^~~~~~~~~ mime.cpp:137:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 137 | { US_ASCII, "us-ascii", "English", NULL, NULL, 1 }, | ^~~~~~~~~~ mime.cpp:137:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 137 | { US_ASCII, "us-ascii", "English", NULL, NULL, 1 }, | ^~~~~~~~~ mime.cpp:138:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 138 | { ISO_8859_1, "iso-8859-1", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:138:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 138 | { ISO_8859_1, "iso-8859-1", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:139:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 139 | { ISO_8859_2, "iso-8859-2", "Central European", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:139:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 139 | { ISO_8859_2, "iso-8859-2", "Central European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:140:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 140 | { ISO_8859_3, "iso-8859-3", "Esperanto", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:140:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 140 | { ISO_8859_3, "iso-8859-3", "Esperanto", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:141:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 141 | { ISO_8859_4, "iso-8859-4", "old Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:141:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 141 | { ISO_8859_4, "iso-8859-4", "old Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:142:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 142 | { ISO_8859_5, "iso-8859-5", "Cyrillic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:142:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 142 | { ISO_8859_5, "iso-8859-5", "Cyrillic", NULL, NULL, 1 }, | ^~~~~~~~~~ mime.cpp:143:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 143 | { ISO_8859_6, "iso-8859-6", "Arabic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:143:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 143 | { ISO_8859_6, "iso-8859-6", "Arabic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:144:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 144 | { ISO_8859_7, "iso-8859-7", "Greek", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:144:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 144 | { ISO_8859_7, "iso-8859-7", "Greek", NULL, NULL, 1 }, | ^~~~~~~ mime.cpp:145:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 145 | { ISO_8859_8, "iso-8859-8", "Hebrew", hebrew_conv, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:145:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 145 | { ISO_8859_8, "iso-8859-8", "Hebrew", hebrew_conv, NULL, 1 }, | ^~~~~~~~ mime.cpp:146:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 146 | { ISO_8859_9, "iso-8859-9", "Turkish", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:146:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 146 | { ISO_8859_9, "iso-8859-9", "Turkish", NULL, NULL, 1 }, | ^~~~~~~~~ mime.cpp:147:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | { ISO_8859_10, "iso-8859-10", "Nordic", NULL, NULL, 1 }, | ^~~~~~~~~~~~~ mime.cpp:147:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | { ISO_8859_10, "iso-8859-10", "Nordic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:148:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 148 | { ISO_8859_13, "iso-8859-13", "Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~~~ mime.cpp:148:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 148 | { ISO_8859_13, "iso-8859-13", "Baltic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:149:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 149 | { ISO_8859_14, "iso-8859-14", "Celtic", NULL, NULL, 1 }, | ^~~~~~~~~~~~~ mime.cpp:149:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 149 | { ISO_8859_14, "iso-8859-14", "Celtic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:150:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 150 | { ISO_8859_15, "iso-8859-15", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~ mime.cpp:150:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 150 | { ISO_8859_15, "iso-8859-15", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:151:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 151 | { ISO_8859_1, "iso8859-1", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:151:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 151 | { ISO_8859_1, "iso8859-1", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:152:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 152 | { ISO_8859_2, "iso8859-2", "Central European", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:152:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 152 | { ISO_8859_2, "iso8859-2", "Central European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:153:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 153 | { ISO_8859_3, "iso8859-3", "Esperanto", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:153:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 153 | { ISO_8859_3, "iso8859-3", "Esperanto", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:154:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 154 | { ISO_8859_4, "iso8859-4", "old Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:154:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 154 | { ISO_8859_4, "iso8859-4", "old Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:155:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 155 | { ISO_8859_5, "iso8859-5", "Cyrillic", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:155:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 155 | { ISO_8859_5, "iso8859-5", "Cyrillic", NULL, NULL, 1 }, | ^~~~~~~~~~ mime.cpp:156:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 156 | { ISO_8859_6, "iso8859-6", "Arabic", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:156:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 156 | { ISO_8859_6, "iso8859-6", "Arabic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:157:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 157 | { ISO_8859_7, "iso8859-7", "Greek", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:157:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 157 | { ISO_8859_7, "iso8859-7", "Greek", NULL, NULL, 1 }, | ^~~~~~~ mime.cpp:158:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 158 | { ISO_8859_8, "iso8859-8", "Hebrew", hebrew_conv, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:158:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 158 | { ISO_8859_8, "iso8859-8", "Hebrew", hebrew_conv, NULL, 1 }, | ^~~~~~~~ mime.cpp:159:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 159 | { ISO_8859_9, "iso8859-9", "Turkish", NULL, NULL, 1 }, | ^~~~~~~~~~~ mime.cpp:159:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 159 | { ISO_8859_9, "iso8859-9", "Turkish", NULL, NULL, 1 }, | ^~~~~~~~~ mime.cpp:160:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 160 | { ISO_8859_10, "iso8859-10", "Nordic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:160:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 160 | { ISO_8859_10, "iso8859-10", "Nordic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:161:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 161 | { ISO_8859_13, "iso8859-13", "Baltic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:161:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 161 | { ISO_8859_13, "iso8859-13", "Baltic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:162:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 162 | { ISO_8859_14, "iso8859-14", "Celtic", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:162:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 162 | { ISO_8859_14, "iso8859-14", "Celtic", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:163:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 163 | { ISO_8859_15, "iso8859-15", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~ mime.cpp:163:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 163 | { ISO_8859_15, "iso8859-15", "Western European", NULL, NULL, 1 }, | ^~~~~~~~~~~~~~~~~~ mime.cpp:164:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 164 | { KOI8R, "KOI8-R", "Russian", NULL, NULL, 1 }, | ^~~~~~~~ mime.cpp:164:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 164 | { KOI8R, "KOI8-R", "Russian", NULL, NULL, 1 }, | ^~~~~~~~~ mime.cpp:165:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 165 | { CHAR_UNKNOWN, "unknown", NULL, NULL, NULL, 1 } | ^~~~~~~~~ mime.cpp: In function 'char* dumb_encode(char*, int)': mime.cpp:240:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 240 | return ""; | ^~ mime.cpp: In function 'char* dumb_decode(char*, int*)': mime.cpp:251:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 251 | return ""; | ^~ mime.cpp: In function 'char* sevenbit_encode(char*, int)': mime.cpp:266:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 266 | return ""; | ^~ mime.cpp: In function 'char* sevenbit_decode(char*, int*)': mime.cpp:289:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 289 | return ""; | ^~ mime.cpp: In function 'char* eightbit_encode(char*, int)': mime.cpp:302:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 302 | return ""; | ^~ mime.cpp: In function 'char* eightbit_decode(char*, int*)': mime.cpp:315:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 315 | return ""; | ^~ mime.cpp: In function 'char* qprt_encode(char*, int)': mime.cpp:333:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 333 | return ""; | ^~ mime.cpp: In function 'char* qprt_decode(char*, int*)': mime.cpp:427:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 427 | return ""; | ^~ mime.cpp: In function 'char* base64_encode(char*, int)': mime.cpp:608:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 608 | return ""; | ^~ mime.cpp: In function 'char* base64_decode(char*, int*)': mime.cpp:652:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 652 | return ""; | ^~ mime.cpp: In function 'char* get_fld_param(_head_field*, char*)': mime.cpp:749:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 749 | return "exists"; | ^~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'u_int get_mime_version(_mail_msg*)': ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:800:27: note: in expansion of macro 'MIME_VERSION' 800 | if((hf = find_field(msg, MIME_VERSION)) == NULL) | ^~~~~~~~~~~~ mime.cpp: In function 'int is_mime(_mail_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:825:21: note: in expansion of macro 'MIME_C_TYPE' 825 | if(find_field(msg, MIME_C_TYPE)) | ^~~~~~~~~~~ mime.cpp: In function '_mime_mailcap* find_mailcap(char*, char*, int)': mime.cpp:946:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 946 | subtype = "*"; | ^~~ In file included from mime.cpp:29: mime.cpp: In function '_mime_mailcap* get_mailcap_entry(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1043:29: note: in expansion of macro 'MIME_C_TYPE' 1043 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1046:35: note: in expansion of macro 'MIME_C_TYPE' 1046 | if((fld = find_mime_field(mime, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:1069:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1069 | m_subtype = "*"; | ^~~ In file included from mime.cpp:29: mime.cpp: In function 'int is_mime_msg(_mail_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1084:28: note: in expansion of macro 'MIME_C_TYPE' 1084 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp: In function '_mime_encoding* get_mime_encoding(_mail_msg*, _mime_msg*)': ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:1235:35: note: in expansion of macro 'MIME_C_ENCR' 1235 | if((fld = find_mime_field(mime, MIME_C_ENCR)) == NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:1238:29: note: in expansion of macro 'MIME_C_ENCR' 1238 | if((fld = find_field(msg, MIME_C_ENCR)) == NULL) | ^~~~~~~~~~~ mime.cpp: In function '_mime_charset* get_mime_charset(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1263:35: note: in expansion of macro 'MIME_C_TYPE' 1263 | if((fld = find_mime_field(mime, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1266:29: note: in expansion of macro 'MIME_C_TYPE' 1266 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:1271:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1271 | if((ch_name = get_fld_param(fld, "charset")) == NULL) | ^~~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'void mime_scan(_mail_msg*)': ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:1355:28: note: in expansion of macro 'MIME_C_ENCR' 1355 | if((fld = find_field(msg, MIME_C_ENCR)) != NULL) { | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1361:28: note: in expansion of macro 'MIME_C_TYPE' 1361 | if((fld = find_field(msg, MIME_C_TYPE)) != NULL) { | ^~~~~~~~~~~ ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ mime.cpp:1367:28: note: in expansion of macro 'MIME_C_ID' 1367 | if((fld = find_field(msg, MIME_C_ID)) != NULL) { | ^~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:1376:28: note: in expansion of macro 'MIME_C_DESCR' 1376 | if((fld = find_field(msg, MIME_C_DESCR)) != NULL) { | ^~~~~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mime.cpp:1385:28: note: in expansion of macro 'MIME_C_LENGTH' 1385 | if((fld = find_field(msg, MIME_C_LENGTH)) != NULL) { | ^~~~~~~~~~~~~ ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:1393:28: note: in expansion of macro 'MIME_C_DISP' 1393 | if((fld = find_field(msg, MIME_C_DISP)) != NULL) { | ^~~~~~~~~~~ mime.cpp: In function 'int is_mime_text(_mime_msg*)': ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:1430:33: note: in expansion of macro 'MIME_C_DISP' 1430 | if((mf = find_mime_field(mime, MIME_C_DISP)) && | ^~~~~~~~~~~ mime.cpp:1431:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1431 | get_fld_param(mf, "attachment")) | ^~~~~~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function '_mime_msg* scan_part(char*, FILE*)': ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ mime.cpp:1627:34: note: in expansion of macro 'MIME_C_ID' 1627 | if((fld = find_mime_field(mime, MIME_C_ID)) != NULL) | ^~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:1632:34: note: in expansion of macro 'MIME_C_DESCR' 1632 | if((fld = find_mime_field(mime, MIME_C_DESCR)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mime.cpp:1637:34: note: in expansion of macro 'MIME_C_LENGTH' 1637 | if((fld = find_mime_field(mime, MIME_C_LENGTH)) != NULL) | ^~~~~~~~~~~~~ mime.cpp: In function 'int process_multipart(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1655:28: note: in expansion of macro 'MIME_C_TYPE' 1655 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:1658:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1658 | if((bnd = get_fld_param(fld, "boundary")) == NULL) { | ^~~~~~~~~~ In file included from mime.cpp:29: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:1703:34: note: in expansion of macro 'MIME_C_TYPE' 1703 | fld = find_mime_field(mnext, MIME_C_TYPE); | ^~~~~~~~~~~ mime.cpp:1704:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1704 | bnd = get_fld_param(fld, "boundary"); | ^~~~~~~~~~ mime.cpp: In function 'int view_part(_mail_msg*, _mime_msg*)': mime.cpp:1795:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1795 | if((mcap = find_mailcap("*", "*", 1)) != NULL) { | ^~~ mime.cpp:1795:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1795 | if((mcap = find_mailcap("*", "*", 1)) != NULL) { | ^~~ mime.cpp:1814:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1814 | strcpy(m_tmp_file, get_temp_file("view")); | ^~~~~~ mime.cpp:1817:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1817 | get_temp_file("view"), mime->mailcap->ext); | ^~~~~~ mime.cpp: In function 'void print_mime_msg_header(_mime_msg*, _mail_msg*, FILE*)': mime.cpp:1943:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1943 | print_addr(msg->header->Sender, "Sender", mfd, -2); | ^~~~~~~~ mime.cpp:1944:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1944 | print_addr(msg->header->From, "From", mfd, -2); | ^~~~~~ mime.cpp:1945:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1945 | print_addr(msg->header->To, "To", mfd, -2); | ^~~~ mime.cpp:1947:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1947 | print_news_addr(msg->header->News, "News", mfd); | ^~~~~~ mime.cpp:1951:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1951 | print_addr(msg->header->Cc, "Cc", mfd, -2); | ^~~~ mime.cpp:1952:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1952 | print_addr(msg->header->Bcc, "Bcc", mfd, -2); | ^~~~~ mime.cpp: In function 'int mime_play(_mail_msg*, _mime_msg*)': mime.cpp:2150:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2150 | strcpy(m_tmp_file, get_temp_file("splay")); | ^~~~~~~ mime.cpp: In function 'int pgpkeys_view(_mail_msg*, _mime_msg*)': mime.cpp:2171:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2171 | strcpy(m_tmp_file, get_temp_file("pgpkey")); | ^~~~~~~~ mime.cpp: In function 'int pgpenc_view(_mail_msg*, _mime_msg*)': mime.cpp:2196:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2196 | strcpy(m_tmp_enc, get_temp_file("pgpenc")); | ^~~~~~~~ In file included from mime.cpp:29: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2279:28: note: in expansion of macro 'MIME_C_TYPE' 2279 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:2282:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2282 | if((p = get_fld_param(fld, "protocol")) == NULL) { | ^~~~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'int pgpsig_view(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2411:28: note: in expansion of macro 'MIME_C_TYPE' 2411 | if((fld = find_field(msg, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:2414:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2414 | if((p = get_fld_param(fld, "protocol")) == NULL) { | ^~~~~~~~~~ mime.cpp:2426:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2426 | if((p = get_fld_param(fld, "micalg")) == NULL) { | ^~~~~~~~ mime.cpp:2454:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2454 | strcpy(m_tmp_sig, get_temp_file("pgpsig")); | ^~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'int pgp_view(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2510:34: note: in expansion of macro 'MIME_C_TYPE' 2510 | if((fld = find_mime_field(mime, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:2530:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2530 | if((p = get_fld_param(fld, "x-action")) != NULL) { | ^~~~~~~~~~ mime.cpp:2537:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2537 | if((format = get_fld_param(fld, "format")) != NULL) { | ^~~~~~~~ mime.cpp: In function 'int text_view(_mail_msg*, _mime_msg*)': mime.cpp:2611:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2611 | get_temp_file("tview")); | ^~~~~~~ mime.cpp: In function 'int text_print(_mail_msg*, _mime_msg*)': mime.cpp:2638:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2638 | strcpy(m_tmp_file, get_temp_file("lpr")); | ^~~~~ In file included from mime.cpp:29: mime.cpp: In function 'int update_mime(_mail_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2877:27: note: in expansion of macro 'MIME_C_TYPE' 2877 | if((hf = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:2880:27: note: in expansion of macro 'MIME_VERSION' 2880 | if((hf = find_field(msg, MIME_VERSION)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:2883:27: note: in expansion of macro 'MIME_C_ENCR' 2883 | if((hf = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:2886:27: note: in expansion of macro 'MIME_C_DESCR' 2886 | if((hf = find_field(msg, MIME_C_DESCR)) != NULL) | ^~~~~~~~~~~~ ./fmail.h:814:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 814 | #define MIME_C_ID "Content-ID" | ^~~~~~~~~~~~ mime.cpp:2889:27: note: in expansion of macro 'MIME_C_ID' 2889 | if((hf = find_field(msg, MIME_C_ID)) != NULL) | ^~~~~~~~~ ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ mime.cpp:2892:27: note: in expansion of macro 'MIME_C_LENGTH' 2892 | if((hf = find_field(msg, MIME_C_LENGTH)) != NULL) | ^~~~~~~~~~~~~ ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:2895:27: note: in expansion of macro 'MIME_C_DISP' 2895 | if((hf = find_field(msg, MIME_C_DISP)) != NULL) | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:2934:18: note: in expansion of macro 'MIME_VERSION' 2934 | add_field(msg, MIME_VERSION, buf); | ^~~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:2937:19: note: in expansion of macro 'MIME_C_ENCR' 2937 | add_field(msg, MIME_C_ENCR, mime->encoding->encoding_name); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2941:19: note: in expansion of macro 'MIME_C_TYPE' 2941 | add_field(msg, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:2943:19: note: in expansion of macro 'MIME_C_ENCR' 2943 | add_field(msg, MIME_C_ENCR, | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:2949:19: note: in expansion of macro 'MIME_C_TYPE' 2949 | add_field(msg, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3034:18: note: in expansion of macro 'MIME_C_TYPE' 3034 | add_field(msg, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:3039:18: note: in expansion of macro 'MIME_VERSION' 3039 | add_field(msg, MIME_VERSION, id); | ^~~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3086:23: note: in expansion of macro 'MIME_C_TYPE' 3086 | add_mime_field(mm, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:3087:23: note: in expansion of macro 'MIME_C_ENCR' 3087 | add_mime_field(mm, MIME_C_ENCR, mm->encoding->encoding_name); | ^~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:3110:19: note: in expansion of macro 'MIME_VERSION' 3110 | add_field(msg, MIME_VERSION, buf); | ^~~~~~~~~~~~ ./fmail.h:817:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 817 | #define MIME_VERSION "MIME-Version" | ^~~~~~~~~~~~~~ mime.cpp:3122:19: note: in expansion of macro 'MIME_VERSION' 3122 | add_field(msg, MIME_VERSION, buf); | ^~~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:3124:19: note: in expansion of macro 'MIME_C_ENCR' 3124 | add_field(msg, MIME_C_ENCR, mime->encoding->encoding_name); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3128:19: note: in expansion of macro 'MIME_C_TYPE' 3128 | add_field(msg, MIME_C_TYPE, buf); | ^~~~~~~~~~~ mime.cpp:3133:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3133 | rewrite:strcpy(buf, get_temp_file("mime")); | ^~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'int assemble_partial(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3562:34: note: in expansion of macro 'MIME_C_TYPE' 3562 | if((fld = find_mime_field(mime, MIME_C_TYPE)) == NULL) { | ^~~~~~~~~~~ mime.cpp:3567:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3567 | if((p = get_fld_param(fld, "id")) == NULL) { | ^~~~ mime.cpp:3573:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3573 | if((p = get_fld_param(fld, "total")) == NULL) { | ^~~~~~~ In file included from mime.cpp:29: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3602:31: note: in expansion of macro 'MIME_C_TYPE' 3602 | if((fld = find_field(msg1, MIME_C_TYPE)) == NULL) { | ^~~~~~~~~~~ mime.cpp:3607:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3607 | if((p = get_fld_param(fld, "id")) == NULL) { | ^~~~ mime.cpp:3613:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3613 | if((p = get_fld_param(fld, "number")) == NULL) { | ^~~~~~~~ mime.cpp:3699:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3699 | if(!find_field(msg1, "Date")) { | ^~~~~~ mime.cpp:3711:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3711 | print_addr(msg1->header->Sender, "Sender", mf, 0); | ^~~~~~~~ mime.cpp:3712:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3712 | print_addr(msg1->header->From, "From", mf, 0); | ^~~~~~ mime.cpp:3713:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3713 | print_addr(msg1->header->To, "To", mf, 0); | ^~~~ mime.cpp:3715:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3715 | print_news_addr(msg1->header->News, "Newsgroups", mf); | ^~~~~~~~~~~~ mime.cpp:3719:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3719 | print_addr(msg1->header->Cc, "Cc", mf, 0); | ^~~~ mime.cpp:3720:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3720 | print_addr(msg1->header->Bcc, "Bcc", mf, 0); | ^~~~~ In file included from mime.cpp:29: mime.cpp: In function 'int view_external(_mail_msg*, _mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:3777:34: note: in expansion of macro 'MIME_C_TYPE' 3777 | if((fld = find_mime_field(mime, MIME_C_TYPE)) == NULL) { | ^~~~~~~~~~~ mime.cpp:3783:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3783 | if((p = get_fld_param(fld, "access-type")) == NULL) { | ^~~~~~~~~~~~~ mime.cpp:3813:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3813 | if((p = get_fld_param(fld, "expiration")) != NULL) { | ^~~~~~~~~~~~ mime.cpp:3823:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3823 | if((p = get_fld_param(fld, "size")) != NULL) | ^~~~~~ mime.cpp:3826:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3826 | if((p = get_fld_param(fld, "permission")) != NULL) { | ^~~~~~~~~~~~ mime.cpp:3844:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3844 | if((p = get_fld_param(fld, "site")) == NULL) { | ^~~~~~ mime.cpp:3852:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3852 | if((p = get_fld_param(fld, "directory")) != NULL) { | ^~~~~~~~~~~ mime.cpp:3859:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3859 | if((p = get_fld_param(fld, "name")) == NULL) { | ^~~~~~ mime.cpp:3869:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3869 | if((p = get_fld_param(fld, "mode")) != NULL) | ^~~~~~ mime.cpp:3892:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3892 | if((p = get_fld_param(fld, "name")) == NULL) { | ^~~~~~ mime.cpp:3914:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3914 | p = get_fld_param(fld, "site"); | ^~~~~~ mime.cpp:3916:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3916 | if((p = get_fld_param(fld, "name")) == NULL) { | ^~~~~~ mime.cpp:3937:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3937 | if((p = get_fld_param(fld, "server")) == NULL) { | ^~~~~~~~ mime.cpp:3949:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3949 | p = get_fld_param(fld, "subject"); | ^~~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function '_mime_msg* attach_file(_mail_msg*, char*, _mime_mailcap*, int, int)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:4338:23: note: in expansion of macro 'MIME_C_TYPE' 4338 | add_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.cpp:4339:23: note: in expansion of macro 'MIME_C_ENCR' 4339 | add_mime_field(mime, MIME_C_ENCR, mime->encoding->encoding_name); | ^~~~~~~~~~~ ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:4342:24: note: in expansion of macro 'MIME_C_DISP' 4342 | add_mime_field(mime, MIME_C_DISP, buf); | ^~~~~~~~~~~ mime.cpp: In function 'void set_mime_descr(_mime_msg*, char*)': ./fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:4365:23: note: in expansion of macro 'MIME_C_DESCR' 4365 | add_mime_field(mime, MIME_C_DESCR, descr); | ^~~~~~~~~~~~ mime.cpp: In function 'char* get_mime_fname(_mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:4375:33: note: in expansion of macro 'MIME_C_TYPE' 4375 | if((hf = find_mime_field(mime, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ mime.cpp:4376:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4376 | mname = get_fld_param(hf, "name"); | ^~~~~~ In file included from mime.cpp:29: ./fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime.cpp:4379:34: note: in expansion of macro 'MIME_C_DISP' 4379 | if((hf = find_mime_field(mime, MIME_C_DISP)) != NULL) | ^~~~~~~~~~~ mime.cpp:4380:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4380 | mname = get_fld_param(hf, "filename"); | ^~~~~~~~~~ In file included from mime.cpp:29: mime.cpp: In function 'u_long get_mime_fsize(_mime_msg*)': ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime.cpp:4390:33: note: in expansion of macro 'MIME_C_TYPE' 4390 | if((hf = find_mime_field(mime, MIME_C_TYPE)) == NULL) | ^~~~~~~~~~~ mime.cpp:4393:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4393 | mname = get_fld_param(hf, "SizeOnDisk"); | ^~~~~~~~~~~~ --- msg.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT msg.lo -MD -MP -MF .deps/msg.Tpo -c msg.cpp -o msg.o >/dev/null 2>&1 --- nntp.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT nntp.lo -MD -MP -MF ".deps/nntp.Tpo" -c -o nntp.lo `test -f 'nntp.cpp' || echo './'`nntp.cpp; then mv -f ".deps/nntp.Tpo" ".deps/nntp.Plo"; else rm -f ".deps/nntp.Tpo"; exit 1; fi --- mime.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT mime.lo -MD -MP -MF .deps/mime.Tpo -c mime.cpp -o mime.o >/dev/null 2>&1 --- nntp.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT nntp.lo -MD -MP -MF .deps/nntp.Tpo -c nntp.cpp -fPIC -DPIC -o .libs/nntp.o nntp.cpp: In function 'void nntp_end()': nntp.cpp:104:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 104 | if(nntp_command("QUIT") != 205) | ^~~~~~ nntp.cpp: In function 'int nntp_init()': nntp.cpp:166:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 166 | ("AUTHINFO USER %s", | ^~~~~~~~~~~~~~~~~~ nntp.cpp:187:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 187 | switch(nntp_command("AUTHINFO PASS %s", Config.get("nntpasswd", "").c_str())) { | ^~~~~~~~~~~~~~~~~~ nntp.cpp:199:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 199 | if(nntp_command ("AUTHINFO PASS %s", Config.get("nntpasswd", "").c_str()) != 281) { | ^~~~~~~~~~~~~~~~~~ nntp.cpp:208:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 208 | if(((res = nntp_command("MODE READER")) != 200) && (res != 500)) { | ^~~~~~~~~~~~~ nntp.cpp: In function 'int nntp_send_message(_mail_msg*)': nntp.cpp:226:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 226 | if(nntp_command("POST") != 340) { | ^~~~~~ nntp.cpp:232:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 232 | if((hf = find_field(msg, "X-Mailer")) != NULL) | ^~~~~~~~~~ nntp.cpp:245:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 245 | if(nntp_command(".") != 240) { | ^~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT nntp.lo -MD -MP -MF .deps/nntp.Tpo -c nntp.cpp -o nntp.o >/dev/null 2>&1 --- pop.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT pop.lo -MD -MP -MF ".deps/pop.Tpo" -c -o pop.lo `test -f 'pop.cpp' || echo './'`pop.cpp; then mv -f ".deps/pop.Tpo" ".deps/pop.Plo"; else rm -f ".deps/pop.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT pop.lo -MD -MP -MF .deps/pop.Tpo -c pop.cpp -fPIC -DPIC -o .libs/pop.o --- pgp.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT pgp.lo -MD -MP -MF ".deps/pgp.Tpo" -c -o pgp.lo `test -f 'pgp.cpp' || echo './'`pgp.cpp; then mv -f ".deps/pgp.Tpo" ".deps/pgp.Plo"; else rm -f ".deps/pgp.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT pgp.lo -MD -MP -MF .deps/pgp.Tpo -c pgp.cpp -fPIC -DPIC -o .libs/pgp.o --- pop.lo --- pop.cpp: In function 'void pop_end(_pop_src*)': pop.cpp:612:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 612 | pop_command(pop, "QUIT"); | ^~~~~~ pop.cpp: In function 'int pop_init(_pop_src*)': pop.cpp:684:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 684 | if(pop_command(pop, "APOP %s %s", pop->username, apopdigest)) | ^~~~~~~~~~~~ pop.cpp:687:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 687 | if(pop_command(pop, "USER %s", pop->username) == NULL) { | ^~~~~~~~~ pop.cpp:693:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 693 | if(pop_command(pop, "PASS %s", pop->password)) | ^~~~~~~~~ pop.cpp: In function 'long int get_pop_msg(_pop_src*, long int, int, long int*)': pop.cpp:750:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 750 | if((p = pop_command(pop, "TOP %ld 0", num)) == NULL) { | ^~~~~~~~~~~ pop.cpp:759:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 759 | if((p = pop_command(pop, "TOP %ld 999999", num)) == NULL) { | ^~~~~~~~~~~~~~~~ pop.cpp:767:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 767 | if((p = pop_command(pop, "RETR %ld", num)) == NULL) { | ^~~~~~~~~~ pop.cpp: In function 'int pop_send_message(_pop_src*, _mail_msg*)': pop.cpp:883:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 883 | if((p = pop_command(pop, "XTND XMIT")) == NULL) { | ^~~~~~~~~~~ pop.cpp:895:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 895 | if((p = pop_command(pop, ".")) == NULL) { | ^~~ pop.cpp: In function 'long int get_popmsg_len(_pop_src*, long int)': pop.cpp:912:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 912 | get_popmsg_by_uidl(pop, ""); | ^~ pop.cpp:917:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 917 | if(pop_command(pop, "LIST %ld", num) == NULL) { | ^~~~~~~~~~ pop.cpp:933:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 933 | if(pop_command(pop, "LIST") == NULL) { | ^~~~~~ pop.cpp: In function 'char* get_popmsg_uidl(_pop_src*, long int)': pop.cpp:984:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 984 | get_popmsg_by_uidl(pop, ""); | ^~ pop.cpp: In function '_uidl* get_popmsg_by_uidl(_pop_src*, char*)': pop.cpp:1010:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1010 | if(pop_command(pop, "UIDL") == NULL) { | ^~~~~~ pop.cpp: In function 'long int get_popmsg_num(_pop_src*)': pop.cpp:1063:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1063 | if((p = pop_command(pop, "STAT")) == NULL) | ^~~~~~ In file included from pop.cpp:29: pop.cpp: In function 'int pop_delmsg_by_uidl(_pop_src*, _mail_msg*)': ./fmail.h:252:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 252 | #define XUIDL "X-UIDL" /* uid on POP server */ | ^~~~~~~~ pop.cpp:1090:28: note: in expansion of macro 'XUIDL' 1090 | if((fld = find_field(msg, XUIDL)) == NULL) { | ^~~~~ pop.cpp:1120:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1120 | pop_command(pop, "DELE %ld", mnum); | ^~~~~~~~~~ In file included from pop.cpp:29: pop.cpp: In function 'int pop_getfull_msg(_pop_src*, _mail_msg*)': ./fmail.h:252:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 252 | #define XUIDL "X-UIDL" /* uid on POP server */ | ^~~~~~~~ pop.cpp:1148:28: note: in expansion of macro 'XUIDL' 1148 | if((fld = find_field(msg, XUIDL)) == NULL) { | ^~~~~ pop.cpp:1182:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1182 | pop_command(pop, "DELE %ld", mnum); | ^~~~~~~~~~ In file included from pop.cpp:29: ./fmail.h:252:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 252 | #define XUIDL "X-UIDL" /* uid on POP server */ | ^~~~~~~~ pop.cpp:1220:21: note: in expansion of macro 'XUIDL' 1220 | replace_field(msg, XUIDL, uidl->uidlstr); | ^~~~~ pop.cpp: In function 'int if_popmsg_retr(_pop_src*, long int)': pop.cpp:1231:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1231 | p = pop_command(pop, "XTND XLST Status %ld", num); | ^~~~~~~~~~~~~~~~~~~~~~ pop.cpp:1233:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1233 | p = pop_command(pop, "TOP %ld 0", num); | ^~~~~~~~~~~ In file included from pop.cpp:29: pop.cpp: In function 'long int pop_inc(_retrieve_src*, long int*)': ./fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ pop.cpp:1527:24: note: in expansion of macro 'MIME_C_LENGTH' 1527 | replace_field(msg, MIME_C_LENGTH, mclen); | ^~~~~~~~~~~~~ ./fmail.h:252:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 252 | #define XUIDL "X-UIDL" /* uid on POP server */ | ^~~~~~~~ pop.cpp:1550:24: note: in expansion of macro 'XUIDL' 1550 | replace_field(msg, XUIDL, muidl); | ^~~~~ pop.cpp:1564:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1564 | replace_field(msg, "X-RDate", get_arpa_date(time(NULL))); | ^~~~~~~~~ In file included from pop.cpp:29: ./fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ pop.cpp:1565:22: note: in expansion of macro 'SOURCE_FIELD' 1565 | replace_field(msg, SOURCE_FIELD, source->name); | ^~~~~~~~~~~~ pop.cpp:1589:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1589 | pop_command(pop, "DELE %ld", i); | ^~~~~~~~~~ --- pgp.lo --- pgp.cpp: In function 'void pgp_init(_proc_info*)': pgp.cpp:81:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 81 | putenv("PGPPASSFD=0"); /* see pgp/doc/appnote.doc */ | ^~~~~~~~~~~~~ pgp.cpp: In function 'int pgp_fetch_key_from_http(char*, unsigned int)': pgp.cpp:89:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 89 | if((sock = ConMan.host_connect(host, "11371", NULL)) == -1) | ^~~~~~~ pgp.cpp:100:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 100 | strcpy(kfile, get_temp_file("pgphttp")); | ^~~~~~~~~ pgp.cpp: In function 'int pgp_action(char*, int, pgpargs*)': pgp.cpp:494:64: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 494 | strcpy(nfile, (mode & SIGNFL) ? pgpargs->recp : get_temp_file("pgp")); | ^~~~~ pgp.cpp:695:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 695 | keystr = ""; | ^~ pgp.cpp: In function 'int pgp_encode_rfc2015(_mail_msg*, int)': pgp.cpp:959:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 959 | strcpy(efile, get_temp_file("pgpencr")); | ^~~~~~~~~ In file included from pgp.cpp:28: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:966:28: note: in expansion of macro 'MIME_C_TYPE' 966 | if((fld = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pgp.cpp:973:29: note: in expansion of macro 'MIME_C_ENCR' 973 | if((fld = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ pgp.cpp:1002:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1002 | strcpy(vfile, get_temp_file("pgpvers")); | ^~~~~~~~~ In file included from pgp.cpp:28: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1022:27: note: in expansion of macro 'MIME_C_TYPE' 1022 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1033:27: note: in expansion of macro 'MIME_C_TYPE' 1033 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ pgp.cpp: In function 'int pgp_sign_rfc2015(_mail_msg*)': pgp.cpp:1080:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1080 | strcpy(efile, get_temp_file("pgpsign")); | ^~~~~~~~~ In file included from pgp.cpp:28: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1087:28: note: in expansion of macro 'MIME_C_TYPE' 1087 | if((fld = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pgp.cpp:1095:29: note: in expansion of macro 'MIME_C_ENCR' 1095 | if((fld = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ pgp.cpp:1111:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1111 | strcpy(vfile, get_temp_file("pgps")); | ^~~~~~ In file included from pgp.cpp:28: ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1151:27: note: in expansion of macro 'MIME_C_TYPE' 1151 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1161:28: note: in expansion of macro 'MIME_C_TYPE' 1161 | if((fld = find_field(msg, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1162:29: note: in expansion of macro 'MIME_C_TYPE' 1162 | replace_mime_field(mime1, MIME_C_TYPE, fld->f_line); | ^~~~~~~~~~~ ./fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ pgp.cpp:1166:29: note: in expansion of macro 'MIME_C_TYPE' 1166 | replace_mime_field(mime1, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pgp.cpp:1171:29: note: in expansion of macro 'MIME_C_ENCR' 1171 | if((fld = find_field(msg, MIME_C_ENCR)) != NULL) | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pgp.cpp:1172:30: note: in expansion of macro 'MIME_C_ENCR' 1172 | replace_mime_field(mime1, MIME_C_ENCR, fld->f_line); | ^~~~~~~~~~~ ./fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ pgp.cpp:1176:30: note: in expansion of macro 'MIME_C_ENCR' 1176 | replace_mime_field(mime1, MIME_C_ENCR, buf); | ^~~~~~~~~~~ --- pop.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT pop.lo -MD -MP -MF .deps/pop.Tpo -c pop.cpp -o pop.o >/dev/null 2>&1 --- pgp.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT pgp.lo -MD -MP -MF .deps/pgp.Tpo -c pgp.cpp -o pgp.o >/dev/null 2>&1 --- rules.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT rules.lo -MD -MP -MF ".deps/rules.Tpo" -c -o rules.lo `test -f 'rules.cpp' || echo './'`rules.cpp; then mv -f ".deps/rules.Tpo" ".deps/rules.Plo"; else rm -f ".deps/rules.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT rules.lo -MD -MP -MF .deps/rules.Tpo -c rules.cpp -fPIC -DPIC -o .libs/rules.o --- sound.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT sound.lo -MD -MP -MF ".deps/sound.Tpo" -c -o sound.lo `test -f 'sound.cpp' || echo './'`sound.cpp; then mv -f ".deps/sound.Tpo" ".deps/sound.Plo"; else rm -f ".deps/sound.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT sound.lo -MD -MP -MF .deps/sound.Tpo -c sound.cpp -fPIC -DPIC -o .libs/sound.o --- rules.lo --- In file included from rules.cpp:29: rules.cpp: In function 'int apply_rule(_mail_msg*, int)': ./fmail.h:304:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 304 | #define INBOX "inbox" /* incoming mailbox folder */ | ^~~~~~~ rules.cpp:414:15: note: in expansion of macro 'INBOX' 414 | char *data = INBOX, buf[MAXPATHLEN], mfile[MAXPATHLEN], *p; | ^~~~~ ./fmail.h:276:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 276 | #define REPLY_ORGMSG "XF-OrgMsg" /* pointer to original message */ | ^~~~~~~~~~~ rules.cpp:422:30: note: in expansion of macro 'REPLY_ORGMSG' 422 | if(((hf = find_field(msg, REPLY_ORGMSG)) != NULL) && | ^~~~~~~~~~~~ ./fmail.h:278:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 278 | #define FWD_ORGMSG "XF-FwdOrgMsg" /* pointer to original message */ | ^~~~~~~~~~~~~~ rules.cpp:426:31: note: in expansion of macro 'FWD_ORGMSG' 426 | if(((hf = find_field(msg, FWD_ORGMSG)) != NULL) && | ^~~~~~~~~~ ./fmail.h:304:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 304 | #define INBOX "inbox" /* incoming mailbox folder */ | ^~~~~~~ rules.cpp:434:11: note: in expansion of macro 'INBOX' 434 | data = INBOX; | ^~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT rules.lo -MD -MP -MF .deps/rules.Tpo -c rules.cpp -o rules.o >/dev/null 2>&1 --- sound.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT sound.lo -MD -MP -MF .deps/sound.Tpo -c sound.cpp -o sound.o >/dev/null 2>&1 --- smtp.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT smtp.lo -MD -MP -MF ".deps/smtp.Tpo" -c -o smtp.lo `test -f 'smtp.cpp' || echo './'`smtp.cpp; then mv -f ".deps/smtp.Tpo" ".deps/smtp.Plo"; else rm -f ".deps/smtp.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.cpp -fPIC -DPIC -o .libs/smtp.o --- smtp_auth.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT smtp_auth.lo -MD -MP -MF ".deps/smtp_auth.Tpo" -c -o smtp_auth.lo `test -f 'smtp_auth.cpp' || echo './'`smtp_auth.cpp; then mv -f ".deps/smtp_auth.Tpo" ".deps/smtp_auth.Plo"; else rm -f ".deps/smtp_auth.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT smtp_auth.lo -MD -MP -MF .deps/smtp_auth.Tpo -c smtp_auth.cpp -fPIC -DPIC -o .libs/smtp_auth.o --- smtp.lo --- smtp.cpp: In function 'void smtp_end()': smtp.cpp:148:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 148 | if (smtp_command("QUIT") != 221) | ^~~~~~ smtp.cpp: In function 'int smtp_init(_mail_msg*)': smtp.cpp:257:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 257 | if (smtp_command("EHLO %s", getmyhostname()) != 250) { | ^~~~~~~~~ smtp.cpp:258:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 258 | if (smtp_command("HELO %s", getmyhostname()) != 250) { | ^~~~~~~~~ smtp.cpp: In function 'int send_rcpt_to(_mail_addr*, int)': smtp.cpp:287:8: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 287 | ("RCPT TO: <%s> NOTIFY=SUCCESS,FAILURE,DELAY ORCPT=rfc822;%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.cpp:292:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 292 | } else if (smtp_command("RCPT TO: <%s>", addr->addr) != 250) { | ^~~~~~~~~~~~~~~ smtp.cpp: In function 'void* smtp_send_message(void*)': smtp.cpp:329:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 329 | ((hf = find_field(msg, "Return-Receipt-To")) != NULL) && | ^~~~~~~~~~~~~~~~~~~ smtp.cpp:332:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 332 | delete_all_fields(msg, "X-DSN-Envid"); | ^~~~~~~~~~~~~ smtp.cpp:333:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 333 | delete_all_fields(msg, "Return-Receipt-To"); | ^~~~~~~~~~~~~~~~~~~ smtp.cpp:337:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 337 | if ((hf = find_field(msg, "Message-ID")) == NULL) { | ^~~~~~~~~~~~ smtp.cpp:341:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 341 | add_field(msg, "Message-ID", buf); | ^~~~~~~~~~~~ smtp.cpp:345:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 345 | retval = smtp_command("MAIL FROM: <%s> RET=HDRS ENVID=%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.cpp:348:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 348 | retval = smtp_command("MAIL FROM: <%s>", msg->header->From->addr); | ^~~~~~~~~~~~~~~~~ smtp.cpp:365:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 365 | retval = smtp_command("MAIL FROM: <%s> RET=HDRS ENVID=%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp.cpp:368:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 368 | retval = smtp_command("MAIL FROM: <%s>", | ^~~~~~~~~~~~~~~~~ smtp.cpp:410:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 410 | if (smtp_command("DATA") != 354) { | ^~~~~~ smtp.cpp:423:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 423 | if (smtp_command(".") != 250) { | ^~~ smtp.cpp: In function 'int smtp_message(_mail_msg*, FILE*)': smtp.cpp:727:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 727 | smtp_addr(msg->header->Sender, "Sender", m_out, charset); | ^~~~~~~~ smtp.cpp:728:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 728 | smtp_addr(msg->header->From, "From", m_out, charset); | ^~~~~~ smtp.cpp:729:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 729 | smtp_addr(msg->header->To, "To", m_out, charset); | ^~~~ smtp.cpp:731:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 731 | smtp_news_addr(msg->header->News, "Newsgroups", m_out); | ^~~~~~~~~~~~ smtp.cpp:743:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 743 | smtp_addr(msg->header->Cc, "Cc", m_out, charset); | ^~~~ smtp.cpp:745:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 745 | if (putline("Bcc:", m_out) == -1) | ^~~~~~ smtp.cpp:752:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 752 | if (putline("", m_out) == -1) | ^~ smtp.cpp: In function 'int smtp_auth_dialog(char*, char**)': smtp.cpp:790:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 790 | result = smtp_command("%s",client_to_server); | ^~~~ --- smtp_auth.lo --- smtp_auth.cpp: In function 'int smtp_auth_LOGIN(char*, char*, int)': smtp_auth.cpp:482:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 482 | char * keyword = "AUTH LOGIN"; | ^~~~~~~~~~~~ smtp_auth.cpp: In function 'int smtp_auth_PLAIN(char*, char*, int)': smtp_auth.cpp:555:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 555 | char * keyword = "AUTH PLAIN "; | ^~~~~~~~~~~~~ smtp_auth.cpp: In function 'int smtp_auth_CRAM_MD5(char*, char*, int)': smtp_auth.cpp:640:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 640 | char * keyword = "AUTH CRAM-MD5"; | ^~~~~~~~~~~~~~~ smtp_auth.cpp: In function 'int smtp_auth_LOGIN(char*, char*, int)': smtp_auth.cpp:540:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 540 | strncpy(response,body,len1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~ smtp_auth.cpp:535:16: note: length computed here 535 | len1 = strlen(body); | ~~~~~~^~~~~~ smtp_auth.cpp: In function 'int smtp_auth_PLAIN(char*, char*, int)': smtp_auth.cpp:587:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 587 | strncpy(response_text + pos,authentication_id,len); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp_auth.cpp:584:15: note: length computed here 584 | len = strlen(authentication_id); | ~~~~~~^~~~~~~~~~~~~~~~~~~ smtp_auth.cpp:594:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 594 | strncpy(response_text + pos,password,len); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smtp_auth.cpp:591:15: note: length computed here 591 | len = strlen(password); | ~~~~~~^~~~~~~~~~ smtp_auth.cpp: In function 'int smtp_auth_CRAM_MD5(char*, char*, int)': smtp_auth.cpp:713:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 713 | strncpy(p,username,len1); | ~~~~~~~^~~~~~~~~~~~~~~~~ smtp_auth.cpp:710:16: note: length computed here 710 | len1 = strlen(username); | ~~~~~~^~~~~~~~~~ smtp_auth.cpp:740:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 740 | strncpy(response,body,len1); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~ smtp_auth.cpp:735:16: note: length computed here 735 | len1 = strlen(body); | ~~~~~~^~~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT smtp_auth.lo -MD -MP -MF .deps/smtp_auth.Tpo -c smtp_auth.cpp -o smtp_auth.o >/dev/null 2>&1 --- smtp.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.cpp -o smtp.o >/dev/null 2>&1 --- openssl.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT openssl.lo -MD -MP -MF ".deps/openssl.Tpo" -c -o openssl.lo `test -f 'openssl.cpp' || echo './'`openssl.cpp; then mv -f ".deps/openssl.Tpo" ".deps/openssl.Plo"; else rm -f ".deps/openssl.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT openssl.lo -MD -MP -MF .deps/openssl.Tpo -c openssl.cpp -fPIC -DPIC -o .libs/openssl.o libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT openssl.lo -MD -MP -MF .deps/openssl.Tpo -c openssl.cpp -o openssl.o >/dev/null 2>&1 --- uucode.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT uucode.lo -MD -MP -MF ".deps/uucode.Tpo" -c -o uucode.lo `test -f 'uucode.cpp' || echo './'`uucode.cpp; then mv -f ".deps/uucode.Tpo" ".deps/uucode.Plo"; else rm -f ".deps/uucode.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT uucode.lo -MD -MP -MF .deps/uucode.Tpo -c uucode.cpp -fPIC -DPIC -o .libs/uucode.o --- util.lo --- if /bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT util.lo -MD -MP -MF ".deps/util.Tpo" -c -o util.lo `test -f 'util.cpp' || echo './'`util.cpp; then mv -f ".deps/util.Tpo" ".deps/util.Plo"; else rm -f ".deps/util.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -fPIC -DPIC -o .libs/util.o --- uucode.lo --- uucode.cpp: In member function 'bool UUEncode::open(const char*)': uucode.cpp:45:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | snprintf(tempfile, sizeof(tempfile), "%s", get_temp_file("uue")); | ^~~~~ uucode.cpp: In member function 'bool UUDecode::open(_mail_msg*)': uucode.cpp:210:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 210 | snprintf(tempfile, sizeof(tempfile), "%s", get_temp_file("uud")); | ^~~~~ libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT uucode.lo -MD -MP -MF .deps/uucode.Tpo -c uucode.cpp -o uucode.o >/dev/null 2>&1 --- util.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../src/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include -I/home/pbulk/build/mail/xfmail/work/.x11-buildlink/include -I/home/pbulk/build/mail/xfmail/work/.buildlink/include/glib/glib-1.2 -I/home/pbulk/build/mail/xfmail/work/.buildlink/lib/glib/include -pipe -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cpp -o util.o >/dev/null 2>&1 --- libmail.la --- /bin/sh ../../libtool --mode=link c++ -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o libmail.la -rpath /usr/pkg/lib addrbook_util.lo addrbook.lo addrbookdb.lo addrbookentry.lo cache.lo cfgfile.lo connection.lo connection_ssl.lo connectionManager.lo debug.lo fmail.lo ldap.lo imap.lo gpasswd.lo mailaddr.lo mbox.lo md5.lo mime.lo msg.lo nntp.lo pop.lo pgp.lo rules.lo sound.lo smtp.lo smtp_auth.lo openssl.lo uucode.lo util.lo -lforms -lXpm -L/usr/local/lib -lSM -lICE -L/usr/X11R7/lib -lX11 -lm libtool: link: c++ -shared -fPIC -DPIC .libs/addrbook_util.o .libs/addrbook.o .libs/addrbookdb.o .libs/addrbookentry.o .libs/cache.o .libs/cfgfile.o .libs/connection.o .libs/connection_ssl.o .libs/connectionManager.o .libs/debug.o .libs/fmail.o .libs/ldap.o .libs/imap.o .libs/gpasswd.o .libs/mailaddr.o .libs/mbox.o .libs/md5.o .libs/mime.o .libs/msg.o .libs/nntp.o .libs/pop.o .libs/pgp.o .libs/rules.o .libs/sound.o .libs/smtp.o .libs/smtp_auth.o .libs/openssl.o .libs/uucode.o .libs/util.o -L/home/pbulk/build/mail/xfmail/work/.buildlink/lib -L/home/pbulk/build/mail/xfmail/work/.x11-buildlink/lib -lforms -lXpm -lSM -lICE -lX11 -lm -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-soname -Wl,libmail.so.0 -o .libs/libmail.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libmail.so.0" && ln -s "libmail.so.0.0.0" "libmail.so.0") libtool: link: (cd ".libs" && rm -f "libmail.so" && ln -s "libmail.so.0.0.0" "libmail.so") libtool: link: ar cr .libs/libmail.a addrbook_util.o addrbook.o addrbookdb.o addrbookentry.o cache.o cfgfile.o connection.o connection_ssl.o connectionManager.o debug.o fmail.o ldap.o imap.o gpasswd.o mailaddr.o mbox.o md5.o mime.o msg.o nntp.o pop.o pgp.o rules.o sound.o smtp.o smtp_auth.o openssl.o uucode.o util.o libtool: link: ranlib .libs/libmail.a libtool: link: ( cd ".libs" && rm -f "libmail.la" && ln -s "../libmail.la" "libmail.la" ) Making all in ui --- about.o --- --- tip.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT tip.o -MD -MP -MF ".deps/tip.Tpo" -c -o tip.o `test -f 'tip.cpp' || echo './'`tip.cpp; then mv -f ".deps/tip.Tpo" ".deps/tip.Po"; else rm -f ".deps/tip.Tpo"; exit 1; fi --- about.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT about.o -MD -MP -MF ".deps/about.Tpo" -c -o about.o `test -f 'about.cpp' || echo './'`about.cpp; then mv -f ".deps/about.Tpo" ".deps/about.Po"; else rm -f ".deps/about.Tpo"; exit 1; fi --- RdBitF.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT RdBitF.o -MD -MP -MF ".deps/RdBitF.Tpo" -c -o RdBitF.o `test -f 'RdBitF.cpp' || echo './'`RdBitF.cpp; then mv -f ".deps/RdBitF.Tpo" ".deps/RdBitF.Po"; else rm -f ".deps/RdBitF.Tpo"; exit 1; fi --- addrbook.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT addrbook.o -MD -MP -MF ".deps/addrbook.Tpo" -c -o addrbook.o `test -f 'addrbook.cpp' || echo './'`addrbook.cpp; then mv -f ".deps/addrbook.Tpo" ".deps/addrbook.Po"; else rm -f ".deps/addrbook.Tpo"; exit 1; fi --- choose_folder.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT choose_folder.o -MD -MP -MF ".deps/choose_folder.Tpo" -c -o choose_folder.o `test -f 'choose_folder.cpp' || echo './'`choose_folder.cpp; then mv -f ".deps/choose_folder.Tpo" ".deps/choose_folder.Po"; else rm -f ".deps/choose_folder.Tpo"; exit 1; fi choose_folder.cpp: In function '_mail_folder* choose_folder()': choose_folder.cpp:156:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 156 | Config.setFlags("chfoldgeom", CF_NOTCHANGED); | ^~~~~~~~~~~~ --- addrbook.o --- addrbook.cpp: In function '_mail_addr* addr_book(int*, addr_dbl_cb, int)': addrbook.cpp:343:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 343 | Config.setFlags("abookgeom", CF_NOTCHANGED); | ^~~~~~~~~~~ addrbook.cpp: In function 'void edit_entry(AddressBookEntry*)': addrbook.cpp:1134:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1134 | Config.setFlags("aliasgeom", CF_NOTCHANGED); | ^~~~~~~~~~~ --- child.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT child.o -MD -MP -MF ".deps/child.Tpo" -c -o child.o `test -f 'child.cpp' || echo './'`child.cpp; then mv -f ".deps/child.Tpo" ".deps/child.Po"; else rm -f ".deps/child.Tpo"; exit 1; fi --- config.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT config.o -MD -MP -MF ".deps/config.Tpo" -c -o config.o `test -f 'config.cpp' || echo './'`config.cpp; then mv -f ".deps/config.Tpo" ".deps/config.Po"; else rm -f ".deps/config.Tpo"; exit 1; fi --- dialogs.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT dialogs.o -MD -MP -MF ".deps/dialogs.Tpo" -c -o dialogs.o `test -f 'dialogs.cpp' || echo './'`dialogs.cpp; then mv -f ".deps/dialogs.Tpo" ".deps/dialogs.Po"; else rm -f ".deps/dialogs.Tpo"; exit 1; fi --- faces.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT faces.o -MD -MP -MF ".deps/faces.Tpo" -c -o faces.o `test -f 'faces.cpp' || echo './'`faces.cpp; then mv -f ".deps/faces.Tpo" ".deps/faces.Po"; else rm -f ".deps/faces.Tpo"; exit 1; fi --- font.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT font.o -MD -MP -MF ".deps/font.Tpo" -c -o font.o `test -f 'font.cpp' || echo './'`font.cpp; then mv -f ".deps/font.Tpo" ".deps/font.Po"; else rm -f ".deps/font.Tpo"; exit 1; fi --- help.h --- ./help_gen --- imap_conf.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT imap_conf.o -MD -MP -MF ".deps/imap_conf.Tpo" -c -o imap_conf.o `test -f 'imap_conf.cpp' || echo './'`imap_conf.cpp; then mv -f ".deps/imap_conf.Tpo" ".deps/imap_conf.Po"; else rm -f ".deps/imap_conf.Tpo"; exit 1; fi --- inc.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT inc.o -MD -MP -MF ".deps/inc.Tpo" -c -o inc.o `test -f 'inc.cpp' || echo './'`inc.cpp; then mv -f ".deps/inc.Tpo" ".deps/inc.Po"; else rm -f ".deps/inc.Tpo"; exit 1; fi --- int_conf.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT int_conf.o -MD -MP -MF ".deps/int_conf.Tpo" -c -o int_conf.o `test -f 'int_conf.cpp' || echo './'`int_conf.cpp; then mv -f ".deps/int_conf.Tpo" ".deps/int_conf.Po"; else rm -f ".deps/int_conf.Tpo"; exit 1; fi --- inc.o --- In file included from inc.cpp:43: inc.cpp: In function '_retrieve_src* get_msg_src(_mail_msg*)': ../../src/mail/fmail.h:280:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 280 | #define SOURCE_FIELD "XF-Source" /* where the message was retrieved | ^~~~~~~~~~~ inc.cpp:1061:28: note: in expansion of macro 'SOURCE_FIELD' 1061 | if((fld = find_field(msg, SOURCE_FIELD)) == NULL) | ^~~~~~~~~~~~ --- keymap.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT keymap.o -MD -MP -MF ".deps/keymap.Tpo" -c -o keymap.o `test -f 'keymap.cpp' || echo './'`keymap.cpp; then mv -f ".deps/keymap.Tpo" ".deps/keymap.Po"; else rm -f ".deps/keymap.Tpo"; exit 1; fi --- log.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o `test -f 'log.cpp' || echo './'`log.cpp; then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi --- keymap.o --- keymap.cpp:60:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | {FL_TEXTKEY_HOME, "BOT"}, | ^~~~~ keymap.cpp:61:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | {FL_TEXTKEY_END, "EOT"}, | ^~~~~ keymap.cpp:62:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | {FL_TEXTKEY_LBEGIN, "BOL"}, | ^~~~~ keymap.cpp:63:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | {FL_TEXTKEY_LEND, "EOL"}, | ^~~~~ keymap.cpp:64:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | {FL_TEXTKEY_LEFT, "Left"}, | ^~~~~~ keymap.cpp:65:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | {FL_TEXTKEY_RIGHT, "Right"}, | ^~~~~~~ keymap.cpp:66:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 66 | {FL_TEXTKEY_UP, "Up"}, | ^~~~ keymap.cpp:67:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 67 | {FL_TEXTKEY_DOWN, "Down"}, | ^~~~~~ keymap.cpp:68:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | {FL_TEXTKEY_SLEFT, "Select Left"}, | ^~~~~~~~~~~~~ keymap.cpp:69:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 69 | {FL_TEXTKEY_SRIGHT, "Select Right"}, | ^~~~~~~~~~~~~~ keymap.cpp:70:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 70 | {FL_TEXTKEY_SUP, "Select Up"}, | ^~~~~~~~~~~ keymap.cpp:71:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 71 | {FL_TEXTKEY_SDOWN, "Select Down"}, | ^~~~~~~~~~~~~ keymap.cpp:72:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 72 | {FL_TEXTKEY_PAGEUP, "Pageup"}, | ^~~~~~~~ keymap.cpp:73:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 73 | {FL_TEXTKEY_PAGEDOWN, "Pagedown"}, | ^~~~~~~~~~ keymap.cpp:74:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 74 | {FL_TEXTKEY_LKILL, "DeleteEOL"}, | ^~~~~~~~~~~ keymap.cpp:75:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | {FL_TEXTKEY_REFRESH, "Refresh"}, | ^~~~~~~~~ keymap.cpp:76:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | {FL_TEXTKEY_LCLEAR, "Clearline"}, | ^~~~~~~~~~~ keymap.cpp:77:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | {FL_TEXTKEY_PASTE, "Paste"}, | ^~~~~~~ keymap.cpp:78:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | {FL_TEXTKEY_LDELETE, "Deleteline"}, | ^~~~~~~~~~~~ keymap.cpp:79:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | {FL_TEXTKEY_CLEAR, "ClearAll"}, | ^~~~~~~~~~ keymap.cpp:80:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 80 | {FL_TEXTKEY_FIND, "Find"}, | ^~~~~~ keymap.cpp:81:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 81 | {FL_TEXTKEY_FAGAIN, "FindAgain"}, | ^~~~~~~~~~~ keymap.cpp:82:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 82 | {FL_TEXTKEY_FORMAT, "Format"}, | ^~~~~~~~ keymap.cpp:83:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 83 | {FL_TEXTKEY_DELETE, "Delete"}, | ^~~~~~~~ keymap.cpp:84:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 84 | {FL_TEXTKEY_BACKSPACE, "Backspace"}, | ^~~~~~~~~~~ keymap.cpp:85:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 85 | {FL_TEXTKEY_WORDLEFT, "Wordleft"}, | ^~~~~~~~~~ keymap.cpp:86:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 86 | {FL_TEXTKEY_WORDRIGHT, "Wordright"}, | ^~~~~~~~~~~ keymap.cpp:87:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 87 | {FL_TEXTKEY_DELWORDL, "DelPrevWord"}, | ^~~~~~~~~~~~~ keymap.cpp:88:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 88 | {FL_TEXTKEY_DELWORDR, "DelNextWord"}, | ^~~~~~~~~~~~~ keymap.cpp:89:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 89 | {FL_TEXTKEY_CUT, "Cut"}, | ^~~~~ keymap.cpp:90:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 90 | {FL_TEXTKEY_COPY, "Copy"}, | ^~~~~~ keymap.cpp:91:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 91 | {FL_TEXTKEY_DIGRAPH, "Digraph"}, | ^~~~~~~~~ keymap.cpp:92:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 92 | {FL_TEXTKEY_ENDARRAY, ""} | ^~ keymap.cpp: In function 'char* keysymstr(int)': keymap.cpp:211:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 211 | ks = "Backspace"; | ^~~~~~~~~~~ keymap.cpp:215:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 215 | ks = "Delete"; | ^~~~~~~~ keymap.cpp: In function 'void Keymap_Digraphs_Call(FL_OBJECT*, long int)': keymap.cpp:673:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 673 | Config.setFlags("digrgeom", CF_NOTCHANGED); | ^~~~~~~~~~ --- log.o --- log.cpp: In function 'void log_win()': log.cpp:199:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 199 | Config.setFlags("loggeom", CF_NOTCHANGED); | ^~~~~~~~~ --- mime_conf.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT mime_conf.o -MD -MP -MF ".deps/mime_conf.Tpo" -c -o mime_conf.o `test -f 'mime_conf.cpp' || echo './'`mime_conf.cpp; then mv -f ".deps/mime_conf.Tpo" ".deps/mime_conf.Po"; else rm -f ".deps/mime_conf.Tpo"; exit 1; fi --- misc.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o `test -f 'misc.cpp' || echo './'`misc.cpp; then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi --- mime_conf.o --- In file included from mime_conf.cpp:43: mime_conf.cpp: In function '_mime_msg* compose_attachment(_mime_msg*)': ../../src/mail/fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime_conf.cpp:452:27: note: in expansion of macro 'MIME_C_DISP' 452 | replace_mime_field(mime, MIME_C_DISP, buf); | ^~~~~~~~~~~ ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mime_conf.cpp:454:27: note: in expansion of macro 'MIME_C_ENCR' 454 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ ../../src/mail/fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ mime_conf.cpp:462:28: note: in expansion of macro 'MIME_C_DESCR' 462 | replace_mime_field(mime, MIME_C_DESCR, mime->c_descr); | ^~~~~~~~~~~~ ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime_conf.cpp:489:27: note: in expansion of macro 'MIME_C_TYPE' 489 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ mime_conf.cpp: In function 'int save_part(_mail_msg*, _mime_msg*, char*, u_int)': ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ mime_conf.cpp:788:34: note: in expansion of macro 'MIME_C_TYPE' 788 | if((fld = find_mime_field(mime, MIME_C_TYPE)) != NULL) | ^~~~~~~~~~~ mime_conf.cpp:789:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 789 | p = get_fld_param(fld, "name"); | ^~~~~~ In file included from mime_conf.cpp:43: ../../src/mail/fmail.h:816:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 816 | #define MIME_C_DISP "Content-Disposition" | ^~~~~~~~~~~~~~~~~~~~~ mime_conf.cpp:792:35: note: in expansion of macro 'MIME_C_DISP' 792 | if((fld = find_mime_field(mime, MIME_C_DISP)) != NULL) | ^~~~~~~~~~~ mime_conf.cpp:793:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 793 | p = get_fld_param(fld, "filename"); | ^~~~~~~~~~ --- msg.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT msg.o -MD -MP -MF ".deps/msg.Tpo" -c -o msg.o `test -f 'msg.cpp' || echo './'`msg.cpp; then mv -f ".deps/msg.Tpo" ".deps/msg.Po"; else rm -f ".deps/msg.Tpo"; exit 1; fi --- pgp.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT pgp.o -MD -MP -MF ".deps/pgp.Tpo" -c -o pgp.o `test -f 'pgp.cpp' || echo './'`pgp.cpp; then mv -f ".deps/pgp.Tpo" ".deps/pgp.Po"; else rm -f ".deps/pgp.Tpo"; exit 1; fi --- msg.o --- In file included from ./pixmaps.h:57, from msg.cpp:50: ../../data/exit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/exit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #080709", | ^~~~~~~~~~~~~ ../../data/exit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #292828", | ^~~~~~~~~~~~~ ../../data/exit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #261c22", | ^~~~~~~~~~~~~ ../../data/exit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #360549", | ^~~~~~~~~~~~~ ../../data/exit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384b31", | ^~~~~~~~~~~~~ ../../data/exit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #530377", | ^~~~~~~~~~~~~ ../../data/exit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #51453a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #4e4f4c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #70665b", | ^~~~~~~~~~~~~ ../../data/exit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4d372c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #6b099a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #778473", | ^~~~~~~~~~~~~ ../../data/exit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #917660", | ^~~~~~~~~~~~~ ../../data/exit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #9916de", | ^~~~~~~~~~~~~ ../../data/exit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a20cd6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #a98a71", | ^~~~~~~~~~~~~ ../../data/exit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #c29b7d", | ^~~~~~~~~~~~~ ../../data/exit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #90928f", | ^~~~~~~~~~~~~ ../../data/exit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9aa39a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b7b9b7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9d9c9c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9a0c6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bac1ba", | ^~~~~~~~~~~~~ ../../data/exit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bac5c5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d4a685", | ^~~~~~~~~~~~~ ../../data/exit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ecb994", | ^~~~~~~~~~~~~ ../../data/exit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #ffcfa5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ffe2b3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #f0c7a2", | ^~~~~~~~~~~~~ ../../data/exit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #c9cfc9", | ^~~~~~~~~~~~~ ../../data/exit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d4e1d3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #cc9fd7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "111111111111,:>>>>>::21111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111112:78999999862111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111126998776776686:<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "111111112786:$#$$$$$:88862", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "1111111,>7=:78888888888880", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "1111112>9=9999999888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "$#####.$$%66>=::>788888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "1qqq11545,, X>9888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "<< c #2a2bef", | ^~~~~~~~~~~~~ ../../data/insert.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #6c6d93", | ^~~~~~~~~~~~~ ../../data/insert.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #5f639d", | ^~~~~~~~~~~~~ ../../data/insert.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #5855fd", | ^~~~~~~~~~~~~ ../../data/insert.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #6667e7", | ^~~~~~~~~~~~~ ../../data/insert.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #858778", | ^~~~~~~~~~~~~ ../../data/insert.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8d8c8c", | ^~~~~~~~~~~~~ ../../data/insert.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/insert.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #a6a589", | ^~~~~~~~~~~~~ ../../data/insert.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #9191f3", | ^~~~~~~~~~~~~ ../../data/insert.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #b4b1f8", | ^~~~~~~~~~~~~ ../../data/insert.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #bcc1ed", | ^~~~~~~~~~~~~ ../../data/insert.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cdcdcc", | ^~~~~~~~~~~~~ ../../data/insert.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #eeeedd", | ^~~~~~~~~~~~~ ../../data/insert.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #f3f3f3", | ^~~~~~~~~~~~~ ../../data/insert.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #d8d6f5", | ^~~~~~~~~~~~~ ../../data/insert.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "55555555555555555555555555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "55554.*%%%%%%%%%%*%.555555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "555544wwwwwwwwwwwww%&55555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "55554&wwwwwwwwwwww05w&5555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "55554&wwwwwwwwwwww0%w5%555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "55554&wwwwwwwwwwwww*%*.&55", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "55554&wwwwwwwwwwwwwwww0 55", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "55554&wwwwwwwwwwwwwwww0 45", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "564554wwwwwwwwwwwwwwww0 55", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "5& %4wwwwwwwwwwwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "555 Xoo6qwwwwwwwwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "555 o;=o%qwwwwwwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "555. X-:;O0qwwwwwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "5556 ;:-.*&5&*wwwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "553+:>>X#.$***wqwwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "55.==112. .,8*05qwwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "555q 1277<779@440wwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "555X XX7888eeX%%0wwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "555. @O788eww .&0wwwww0 &5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insert.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "5555.<< c #7d827e", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #7995af", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #719cc6", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #817e83", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #83857a", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #908f8e", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c Gray73", | ^~~~~~~~~~~~ ../../data/insorig.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #95a29f", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #b8bdcb", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #a3a4f1", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #b8c9de", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c0b8ff", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cecece", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #cdd7f2", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #fafaf9", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #e5e9ed", | ^~~~~~~~~~~~~ ../../data/insorig.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "44444444444444444444444444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "44445X%@@@%#######@X444444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "444433wwwwqqqqqqqew@$44444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "44443$wew8*<--<--oo2w$4444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "44443$wew8-qqqe;55e@e4@444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "44443$wewe<7,,5,55w%@@X$44", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "44443$wwewwwwwwwwwweww0 44", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "44443$we%3$@#4@2$$2#ww0 34", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "453443wwwwwww66666664q0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "4$ @3wwweeee66666666e0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "444 o$5wwwwwwwwwwwwww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "444 o=*o%2%4$%%4%#05w0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "444X X*== 3>45$354%%ew0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "4445 ==*..%%%$45$430ww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "442o===XXXXXX@350eewww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "44.**:::X ;9XX@3$%@3w0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "444X ::77;7qq@33wwwwww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "444X XX7799qq $#$%3w0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "444. O+779qew .$0weeew0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "4444.;;qewwww .3ewwwww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "45. ;;;;33333 X.15304w0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "444X @2& X+53%$0w0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "445 %3@X .XXXX$33>4ww0 $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "443 $e04555445000wwwwe $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "444$ .@@@@@%@@@@%%%@@@@ $4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/insorig.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "444445. $4" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:60, from msg.cpp:50: ../../data/prev.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/prev.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #222222", | ^~~~~~~~~~~~~ ../../data/prev.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #58585c", | ^~~~~~~~~~~~~ ../../data/prev.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #65636a", | ^~~~~~~~~~~~~ ../../data/prev.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #777377", | ^~~~~~~~~~~~~ ../../data/prev.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #7c7d84", | ^~~~~~~~~~~~~ ../../data/prev.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #847e84", | ^~~~~~~~~~~~~ ../../data/prev.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #86858c", | ^~~~~~~~~~~~~ ../../data/prev.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #8c8a94", | ^~~~~~~~~~~~~ ../../data/prev.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #948e98", | ^~~~~~~~~~~~~ ../../data/prev.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #99999b", | ^~~~~~~~~~~~~ ../../data/prev.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #9c9ba4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #a49ea5", | ^~~~~~~~~~~~~ ../../data/prev.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a4a4a4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a9a9ac", | ^~~~~~~~~~~~~ ../../data/prev.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #acacb4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #b4aeb4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #b4b4b4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/prev.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #b6b4bc", | ^~~~~~~~~~~~~ ../../data/prev.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bcbdc4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #c4bec4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c4c2bc", | ^~~~~~~~~~~~~ ../../data/prev.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c Gray77", | ^~~~~~~~~~~~ ../../data/prev.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c Gray80", | ^~~~~~~~~~~~ ../../data/prev.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c7c6ca", | ^~~~~~~~~~~~~ ../../data/prev.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ccced7", | ^~~~~~~~~~~~~ ../../data/prev.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d4ced4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d5d5d6", | ^~~~~~~~~~~~~ ../../data/prev.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #dcdee4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #e5e3e5", | ^~~~~~~~~~~~~ ../../data/prev.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c Gray100", | ^~~~~~~~~~~~~ ../../data/prev.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #f4f4f4", | ^~~~~~~~~~~~~ ../../data/prev.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "wwwwwwwwwwwwwwwwwwwwwwwewe", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "w5,,>,>>:----==*==%%%%%$% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "w5,,-,,,>>->-=-===%%$%%$* ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "w54,>>>>>>>--===%%==%%$%$ ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "w54,>>>>>>>--=-====%*=$%$ ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "w54,>,>,>>>>--======%%%*$ ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "w54,,,,>,>>>>:---=%===%=$ ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "w544,4,,>,>>>--->%%-==%=% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "w54,44,,>>:<<<;;o.--=-=&= ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "w544443,1,;,6<&o@.;-=--&= ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "w54443,>441;#O@=%X;----*- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "w55444,,4,-+@%&*&X-----&- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "w595444,%@@%%$$$%X;----=- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "w5554559,-@%$##$&X<<-;;-: ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "w555455564<$#&&@$X<<<:;-; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "w595454444691$##@X<;;>;;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "wq954555411696;@OX,:->:-< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "w59555557565,677;< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "wq955555466566660O<><><;> ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "wq9598855545644,441,>,>>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "w59995585555644444,,>,>>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "wq99995995555444413,,,,>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "w5999599588555544442,,>>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "wq9999999959955444443,,>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "wqq9q99999955555441144,,5 ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prev.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "w " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:61, from msg.cpp:50: ../../data/prevu.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/prevu.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c Black", | ^~~~~~~~~~~ ../../data/prevu.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #5c5a5c", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #5c5d64", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #645e64", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #646264", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #7c828c", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #847e84", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #88868a", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #8c8d94", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #98999b", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #8f9096", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #9799a4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #9ca2a5", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a49ea4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a8a7a8", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #acaeb4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #acb2b4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #b4aeb4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #bcbbbc", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b5b5b6", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bcbcc4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #bcc2c4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #c4babc", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c4bec4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c9c8c9", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #cacdd4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d4cdcc", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d4ced4", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d6d5d7", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #cfd5d1", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c Gray100", | ^~~~~~~~~~~~~ ../../data/prevu.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c Gray91", | ^~~~~~~~~~~~ ../../data/prevu.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "wwwwwwwwwwwwwwwwwwwwwwwwwe", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "w61;<:111:;;;;;=-;%%%%%%% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "w061<1<<111>:;;;==%%%&%;& ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "w6611<<<1,::;;;;-;;%%&&$& ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "w0611<<<<<11:;;;%;%%%%%&% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "w66<<1<1<<11,,:;%;;;%%%&% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "w66<<<1111<<>;::1:,;;%;&% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "w66<<<<<<<;;;1<;;;;;;1%%% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "w66<6<13:$#*$11####.;=;;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "w6646662*$$%&<1$###.;-;=% ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "w66566:*+$&$%11%%$#X;;;;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "w66662$#$**$*<1%*$#X;;;;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "w6866;#$%****2<%%&&O:;;;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "w68667&%$$=**22%*&$.::>;; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "w688691%$**%%::$%##.:;,:; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "w6886900*$**&<6$###X111:: ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "w68960291*&**56&###.1<1:: ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "w699999707**%<1###@o1;1>, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "w008609070070666097&9:11: ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "w60090876667666<<6<<<1<11 ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "wq0090q866666665<<<1<<111 ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "w000009997666666665<<1<1< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "wq00009969666666663<<1<1< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "w00000099qq88666666<<1<1< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "w6e009999999666666<<6661< ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/prevu.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "w " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:62, from msg.cpp:50: ../../data/next.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/next.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #515154", | ^~~~~~~~~~~~~ ../../data/next.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #6a6a6a", | ^~~~~~~~~~~~~ ../../data/next.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c Gray46", | ^~~~~~~~~~~~ ../../data/next.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #746e74", | ^~~~~~~~~~~~~ ../../data/next.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #7c7c84", | ^~~~~~~~~~~~~ ../../data/next.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #847e8c", | ^~~~~~~~~~~~~ ../../data/next.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #86858b", | ^~~~~~~~~~~~~ ../../data/next.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #8c8b95", | ^~~~~~~~~~~~~ ../../data/next.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c Gray61", | ^~~~~~~~~~~~ ../../data/next.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #949499", | ^~~~~~~~~~~~~ ../../data/next.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #948e94", | ^~~~~~~~~~~~~ ../../data/next.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #9c9ca5", | ^~~~~~~~~~~~~ ../../data/next.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a49ea5", | ^~~~~~~~~~~~~ ../../data/next.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a8a7a9", | ^~~~~~~~~~~~~ ../../data/next.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #acacb4", | ^~~~~~~~~~~~~ ../../data/next.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #b4aeb4", | ^~~~~~~~~~~~~ ../../data/next.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #b4b4b4", | ^~~~~~~~~~~~~ ../../data/next.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/next.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #b5b4bc", | ^~~~~~~~~~~~~ ../../data/next.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bcbdc4", | ^~~~~~~~~~~~~ ../../data/next.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #c4bec4", | ^~~~~~~~~~~~~ ../../data/next.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c4c2bc", | ^~~~~~~~~~~~~ ../../data/next.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c Gray77", | ^~~~~~~~~~~~ ../../data/next.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c Gray80", | ^~~~~~~~~~~~ ../../data/next.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c8c6ca", | ^~~~~~~~~~~~~ ../../data/next.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #cccdd7", | ^~~~~~~~~~~~~ ../../data/next.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d4ced4", | ^~~~~~~~~~~~~ ../../data/next.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d6d5d6", | ^~~~~~~~~~~~~ ../../data/next.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #dcdee4", | ^~~~~~~~~~~~~ ../../data/next.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #e7e6e7", | ^~~~~~~~~~~~~ ../../data/next.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #fcfdfc", | ^~~~~~~~~~~~~ ../../data/next.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #f4f5f4", | ^~~~~~~~~~~~~ ../../data/next.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "wewewwwwwwwwwwwwwwwwwwwww,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "q=$&$$$$=$-------;;>>,>>4X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "w&$$$$%$$-----;>;>>,,,;,,.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "w$$$%$$-$$=---;;>;>>>>>,4.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "w$%$%=$------;;:>>>,>>>,4.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "w%%=$$-------;;;>>>>>,>,4.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "w%$-$---$-;-;;>>>>>>,4,44.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "w$$$$---$$;;:>>>>>,,,4,24.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "w--*----- O;<<<<:><>,44,4.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "w--*----; +X*26,;<,,,4444.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "w--=----;.%-@O#;144<,4445.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "w--*-----.*=*##O-,4,,4445X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "w;-*---;;.%%%%%$@@$243455X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "w;;-;;;<<.*%###$@-1856455.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "w;>-;:><<.%@*%#%<45555458.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "w;>;;>-;<.@##-19644455658.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "w:<-;<;:,.++;796114655455.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "w:>;;<,<><>,O066665644555458.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "w;,>>,><,4434465555878989.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "w>,;>,,,,4413445655588989.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "w>,>,,,,,4444655558885989.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "w>,>>,,34,446555885858989.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "w>2>,,4,34445588559888999.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "e,5<,44414455555898899q9qX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/next.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "5@......o...............X " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- pgp.o --- pgp.cpp: In function 'long unsigned int PGP_Lookup_PGPId(const char*, FL_FORM*)': pgp.cpp:240:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 240 | strcpy(keyfile, get_temp_file("pgpkeys")); | ^~~~~~~~~ --- msg.o --- In file included from ./pixmaps.h:63, from msg.cpp:50: ../../data/nextu.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/nextu.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #5b595b", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #5c5d64", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #645e64", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #6a6a69", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #737171", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #7c828c", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #847e84", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #87868a", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #8c8c94", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #98999b", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #8f9096", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #9799a4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #9ca2a5", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a49ea4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c Gray66", | ^~~~~~~~~~~~ ../../data/nextu.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #acadb4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #acb2b4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #b4aeb4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b5b4b6", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bcbcc4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #bcc2c4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #c4babc", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c4bec4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c8c7c8", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #cacdd4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d4cdcc", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d4ced4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d6d5d7", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #ccd2d4", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #fcfdfc", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #eae9ea", | ^~~~~~~~~~~~~ ../../data/nextu.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "wewwwwwwwwwwwwwwwwwwwwwwwe", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "e%%%%%%%%;-=;;;:;:111:<;1#", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "w%%;%%%%-==;;;:>111<<1<16o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "w%&$&%-%-;-;;;;>;,1<<<113o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "w%%%%%%%%;%-;:>,1<<<<<116o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "w%%&%%%;-;%;>;,11<<1<1<<3o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "w%%%;%;;,;1;;;><<1111<<<6o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "w%%%%1;;-;;><;;;;<<<<<<<6o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "w-;;;;; @@##1 #*#&>31<6<6O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "w%%%-=; ###$1o&%$$*266646o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "w;;;;;;.#$%%,X%&&$+*:6658o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "w=-;;;;.#$**1.*$**&#$2866o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "w;;-;;:o&&%%:: $&-%2o=*=$$%&9768o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "w;;,1;: #$%$:X*%**&%,9688o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "w;>;,11.@##&5o&**&*009688o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "w;;>1<2 ###%6o**&*2q20798o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "w;1>1:,X@###2o***70700990o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "w:;11:9&70065$07007000780o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "w;11<1<<<6<<6637777790009o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "w1111<<1<<<5666768q8q0000o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "w1<1<1<<566666678q9000900o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "w1<1<1<<3626368q606000000O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "w1<1<1<<66366888qq09000e0o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "w<<1666<<668qq6909900000eO", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/nextu.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "8OoXoooooooooOoOoOooooOOO " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:64, from msg.cpp:50: ../../data/sign.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/sign.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #070302", | ^~~~~~~~~~~~~ ../../data/sign.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #282021", | ^~~~~~~~~~~~~ ../../data/sign.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1b2961", | ^~~~~~~~~~~~~ ../../data/sign.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #3d443d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384972", | ^~~~~~~~~~~~~ ../../data/sign.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #653422", | ^~~~~~~~~~~~~ ../../data/sign.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #645f5d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #43413e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #0530a3", | ^~~~~~~~~~~~~ ../../data/sign.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #2349a8", | ^~~~~~~~~~~~~ ../../data/sign.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #2456de", | ^~~~~~~~~~~~~ ../../data/sign.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #5675d1", | ^~~~~~~~~~~~~ ../../data/sign.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2a4fbe", | ^~~~~~~~~~~~~ ../../data/sign.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #7d827d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #7393eb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #914e24", | ^~~~~~~~~~~~~ ../../data/sign.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #a76b4f", | ^~~~~~~~~~~~~ ../../data/sign.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #de6f2f", | ^~~~~~~~~~~~~ ../../data/sign.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #dd7e65", | ^~~~~~~~~~~~~ ../../data/sign.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #8f7d84", | ^~~~~~~~~~~~~ ../../data/sign.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #d88e68", | ^~~~~~~~~~~~~ ../../data/sign.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c48358", | ^~~~~~~~~~~~~ --- pgp.o --- pgp.cpp:395:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 395 | Config.setFlags("pgpgeom", CF_NOTCHANGED); | ^~~~~~~~~ --- msg.o --- ../../data/sign.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8e8e8e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #b7b7b8", | ^~~~~~~~~~~~~ ../../data/sign.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #9d9ea5", | ^~~~~~~~~~~~~ ../../data/sign.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #9aabe0", | ^~~~~~~~~~~~~ ../../data/sign.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e5a49e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c1bec1", | ^~~~~~~~~~~~~ ../../data/sign.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d4d2d5", | ^~~~~~~~~~~~~ ../../data/sign.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf9fb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e0dce3", | ^~~~~~~~~~~~~ ../../data/sign.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #acc3fb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "50550559505505505505505552", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "94441**44444--4--4--4-44,2", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "51574;e&*;5www0ww0wwwww>2,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "55;;;;$$*;=qqqqqqqqqqq2,,:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "5%e&X XO$&X@qwq00q0wq2,,::", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "6;; Ow47*=$O64046w553,,::+", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ";7$XwqX$o%%%O60qqqq2,,::+.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "*&X%qX&&&&;$ 444692,,:::..", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "6&$$wO$&&&eX.665q2,,::+. +", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ";e=$;7*74=;X@66w2,,::+...6", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "6;$%&$XOXe&.@ww2,,::+.. #9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "5%X=&;*7e% -w2,,::+... #5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "54q*&$%&$ 4e822::+.. 0+#0", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "54q7X .% .46888,:+.. >qoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "54q51@46175w8988:. . qqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "54qqww00060988<# . 8qqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "54qq0q5604088<+ .+8wwqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "54q6@5645q8<,. #@..2qqqqqqqqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "54q99046qq wqqqqqqqqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "54qqqqw59 #0q6160@449qq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "54q65@-04o@460504w5@45q.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "54qqqqqqqw500qqqqqqqqqqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "0@qwwwwwww6->-460wwwwwq.#5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "50 #5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "55644444444464444444444465" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:65, from msg.cpp:50: ../../data/spell.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/spell.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #050804", | ^~~~~~~~~~~~~ ../../data/spell.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #0d2d12", | ^~~~~~~~~~~~~ ../../data/spell.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #312c14", | ^~~~~~~~~~~~~ ../../data/spell.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #322f2d", | ^~~~~~~~~~~~~ ../../data/spell.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1e2019", | ^~~~~~~~~~~~~ ../../data/spell.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #1c5320", | ^~~~~~~~~~~~~ ../../data/spell.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #4d371e", | ^~~~~~~~~~~~~ ../../data/spell.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #554634", | ^~~~~~~~~~~~~ ../../data/spell.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #644e2e", | ^~~~~~~~~~~~~ ../../data/spell.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #534c0f", | ^~~~~~~~~~~~~ ../../data/spell.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #696650", | ^~~~~~~~~~~~~ ../../data/spell.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6e7171", | ^~~~~~~~~~~~~ ../../data/spell.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #575a54", | ^~~~~~~~~~~~~ ../../data/spell.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #747885", | ^~~~~~~~~~~~~ ../../data/spell.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #308b31", | ^~~~~~~~~~~~~ ../../data/spell.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #6f9070", | ^~~~~~~~~~~~~ ../../data/spell.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #75908f", | ^~~~~~~~~~~~~ ../../data/spell.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #986835", | ^~~~~~~~~~~~~ ../../data/spell.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #94765b", | ^~~~~~~~~~~~~ ../../data/spell.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #847e82", | ^~~~~~~~~~~~~ ../../data/spell.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #92886c", | ^~~~~~~~~~~~~ ../../data/spell.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #d4a260", | ^~~~~~~~~~~~~ ../../data/spell.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #d09832", | ^~~~~~~~~~~~~ ../../data/spell.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c Gray74", | ^~~~~~~~~~~~ ../../data/spell.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #91a196", | ^~~~~~~~~~~~~ ../../data/spell.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #abb5c7", | ^~~~~~~~~~~~~ ../../data/spell.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #a0d2ab", | ^~~~~~~~~~~~~ ../../data/spell.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #b9d5d0", | ^~~~~~~~~~~~~ ../../data/spell.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #dcb594", | ^~~~~~~~~~~~~ ../../data/spell.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #e6cfab", | ^~~~~~~~~~~~~ ../../data/spell.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #f9faf6", | ^~~~~~~~~~~~~ ../../data/spell.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #dad5cf", | ^~~~~~~~~~~~~ ../../data/spell.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "55555555555555555555555555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "55555e6ew65555555555555555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "5555e==w6 55555555555e=w=5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "555e66w5 555e2wwo555w$566", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "555e98w- o5e552w5 555weew#", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "5555:=*= ow=0ww# 555ww#O ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "565w2&&= 5w 544@ 555ww ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "6owe% XX .6> 3,,O =weow,oO", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "889=2<2& ** 5,4X ww e3#O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "8++X8;6= .** 0,3X 2wwO50=X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "6+.o969- .-= q,0# %XX e0>.000@ $$< e0#O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "6+.o8>-- .:: q,3@ *=* e3#o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "6+.#9-6- .1>.q,3$ $&& e0,O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "8;;#8--- .>6 e33@ X&# e0#O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "8;+o8->- .>6 q24# %XX eq6 e24$ X.% e0&o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "8+.o879* .>> e43# XO% e0#O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "2+ o867* .::.q33$ $&$ e3=X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | ":. o5**= .:*Oq,4# $=< e,@O", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "6+.o*X%o O:> q,<# &6-O5O ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "8;+o>#=# =* 5%,$ $==O5$O ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | ":..62:2= .;=.q333 %@% 6<@o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "555w>:-==61-52@@ =OO @5116", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "5555>=**555555555555555555", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/spell.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "55555555555555555555555555" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:66, from msg.cpp:50: ../../data/help.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 30 1", | ^~~~~~~~~~~~ ../../data/help.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #01021b", | ^~~~~~~~~~~~~ ../../data/help.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #080e31", | ^~~~~~~~~~~~~ ../../data/help.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #2c3239", | ^~~~~~~~~~~~~ ../../data/help.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #0d1549", | ^~~~~~~~~~~~~ ../../data/help.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1b264e", | ^~~~~~~~~~~~~ ../../data/help.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #272d52", | ^~~~~~~~~~~~~ ../../data/help.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #2b346f", | ^~~~~~~~~~~~~ ../../data/help.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #364174", | ^~~~~~~~~~~~~ ../../data/help.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #474959", | ^~~~~~~~~~~~~ ../../data/help.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4f536f", | ^~~~~~~~~~~~~ ../../data/help.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #5c6070", | ^~~~~~~~~~~~~ ../../data/help.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #66696c", | ^~~~~~~~~~~~~ ../../data/help.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2f3b88", | ^~~~~~~~~~~~~ ../../data/help.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #394892", | ^~~~~~~~~~~~~ ../../data/help.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #475194", | ^~~~~~~~~~~~~ ../../data/help.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #4f5aa7", | ^~~~~~~~~~~~~ ../../data/help.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #5c6497", | ^~~~~~~~~~~~~ ../../data/help.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #5c6aa3", | ^~~~~~~~~~~~~ ../../data/help.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #72748a", | ^~~~~~~~~~~~~ ../../data/help.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #7278a6", | ^~~~~~~~~~~~~ ../../data/help.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #7b83b0", | ^~~~~~~~~~~~~ ../../data/help.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #949599", | ^~~~~~~~~~~~~ ../../data/help.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8e92aa", | ^~~~~~~~~~~~~ ../../data/help.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #9fa2b2", | ^~~~~~~~~~~~~ ../../data/help.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c Gray74", | ^~~~~~~~~~~~ ../../data/help.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bfc1bd", | ^~~~~~~~~~~~~ ../../data/help.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #bdc0cb", | ^~~~~~~~~~~~~ ../../data/help.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d5d2d2", | ^~~~~~~~~~~~~ ../../data/help.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e4dfe3", | ^~~~~~~~~~~~~ ../../data/help.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf8f8", | ^~~~~~~~~~~~~ ../../data/help.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "66666666667555586666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "666666665$..ooO++366666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "6666666% oo=;:--=+&6666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "666663 o=-;8q01=;-=>566666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "66663+.=-=;q993O;;-##66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "6666 .---=;q9q* ;;;--66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "6663.@--===:<&.O;;;;->6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "666$O----11,#X#-;;;;-=5666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "663 =-=-;1666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "663.-----=>q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "663.-----=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "663 ---;;=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "663.--;;;=;q0q3 :;;;;-4666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "666%=-;;;=>q0q3 :;;;;-6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "6665@;;;;=;q0q3 :;;;-46666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "6666%=;;--,qqq5.:;;;;96666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "66666>=--qqqqqqq2-;-466666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "6666651-=;@OO+++O#;5666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "66666665;==------,46666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "66666666665411566666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "66666666666666666666666666" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:67, from msg.cpp:50: ../../data/attach.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 31 1", | ^~~~~~~~~~~~ ../../data/attach.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #37383a", | ^~~~~~~~~~~~~ ../../data/attach.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #3c3c45", | ^~~~~~~~~~~~~ ../../data/attach.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #3f404a", | ^~~~~~~~~~~~~ ../../data/attach.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #403e46", | ^~~~~~~~~~~~~ ../../data/attach.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #49494b", | ^~~~~~~~~~~~~ ../../data/attach.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #726f58", | ^~~~~~~~~~~~~ ../../data/attach.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #6f7070", | ^~~~~~~~~~~~~ ../../data/attach.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #7d7d85", | ^~~~~~~~~~~~~ ../../data/attach.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #7f826f", | ^~~~~~~~~~~~~ ../../data/attach.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #7e9c9d", | ^~~~~~~~~~~~~ ../../data/attach.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #79a1ab", | ^~~~~~~~~~~~~ ../../data/attach.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #91895f", | ^~~~~~~~~~~~~ ../../data/attach.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #aba574", | ^~~~~~~~~~~~~ ../../data/attach.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #c9c177", | ^~~~~~~~~~~~~ ../../data/attach.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #90908c", | ^~~~~~~~~~~~~ ../../data/attach.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #809eb6", | ^~~~~~~~~~~~~ ../../data/attach.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #98aa8f", | ^~~~~~~~~~~~~ ../../data/attach.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #82a3a9", | ^~~~~~~~~~~~~ ../../data/attach.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #b5af95", | ^~~~~~~~~~~~~ ../../data/attach.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bebebd", | ^~~~~~~~~~~~~ ../../data/attach.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #acc199", | ^~~~~~~~~~~~~ ../../data/attach.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a8c2a0", | ^~~~~~~~~~~~~ ../../data/attach.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #d5bb90", | ^~~~~~~~~~~~~ ../../data/attach.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #d7cd96", | ^~~~~~~~~~~~~ ../../data/attach.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #cbd0b1", | ^~~~~~~~~~~~~ ../../data/attach.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #dae39e", | ^~~~~~~~~~~~~ ../../data/attach.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d6e6ab", | ^~~~~~~~~~~~~ ../../data/attach.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #e2d495", | ^~~~~~~~~~~~~ ../../data/attach.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #eee893", | ^~~~~~~~~~~~~ ../../data/attach.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #eaf2a9", | ^~~~~~~~~~~~~ ../../data/attach.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #c1c2c5", | ^~~~~~~~~~~~~ ../../data/attach.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111111111111111111<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "1111111111111119511111w<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "1111111111111500061111<1@;", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "111111111116700005#11<<@>1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "111111111690000000+,<=1@11", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "111111116000002%=-=@=1#;11", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "11111167009507,>>70*@@@111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "11116777754493:1&500+#1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "11687775445555<&>000=@1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "66888744555449000000= <111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "8887545554497770000+O.@111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "888544544577770q0=OXO +111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "6885454577777qq=O.OO @1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "68884458777qq5+OOOO+<11111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "1688788877q5+..O O<1111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "11688877qq=O.OOO;111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "111888qq>O.OOO;11111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "11168q5$.OOO+>111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "111688.oOO+>11111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11111; OO@1111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "111111O@111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/attach.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "11111111111111111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:68, from msg.cpp:50: ../../data/abort.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/abort.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #050603", | ^~~~~~~~~~~~~ ../../data/abort.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2f0907", | ^~~~~~~~~~~~~ ../../data/abort.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #2f302c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #18260f", | ^~~~~~~~~~~~~ ../../data/abort.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #30561b", | ^~~~~~~~~~~~~ ../../data/abort.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #560a07", | ^~~~~~~~~~~~~ ../../data/abort.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #4e2717", | ^~~~~~~~~~~~~ ../../data/abort.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #6e0a03", | ^~~~~~~~~~~~~ ../../data/abort.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #612c29", | ^~~~~~~~~~~~~ ../../data/abort.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4d5136", | ^~~~~~~~~~~~~ ../../data/abort.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #555650", | ^~~~~~~~~~~~~ ../../data/abort.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #706e6c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #6a5e59", | ^~~~~~~~~~~~~ ../../data/abort.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #413c42", | ^~~~~~~~~~~~~ ../../data/abort.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #728d5f", | ^~~~~~~~~~~~~ ../../data/abort.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #8a0f08", | ^~~~~~~~~~~~~ ../../data/abort.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #9b2f21", | ^~~~~~~~~~~~~ ../../data/abort.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #a54e29", | ^~~~~~~~~~~~~ ../../data/abort.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9f5b58", | ^~~~~~~~~~~~~ ../../data/abort.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #cd1c11", | ^~~~~~~~~~~~~ ../../data/abort.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #cd5b36", | ^~~~~~~~~~~~~ ../../data/abort.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #e2655d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #91966d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #dc9328", | ^~~~~~~~~~~~~ ../../data/abort.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #f09254", | ^~~~~~~~~~~~~ ../../data/abort.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/abort.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #9c938c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ee918d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cacba9", | ^~~~~~~~~~~~~ ../../data/abort.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf9f5", | ^~~~~~~~~~~~~ ../../data/abort.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d2ceca", | ^~~~~~~~~~~~~ ../../data/abort.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #b0cd9c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "7777777*.@@@.@@@..77777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "7777777<29,::#>33>77777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "77XX@@-+9<#11: @3:$$$$.877", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "77*.@$++<#111:+ >:#:#+$777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "777*@<<:,+111:+ >::,>=7777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "7777*@<,<+#::#. :>>2<77777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "77777*>>2# ++. <::2777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "77w7778.99$ .,9:#7777w77", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "7777777.3932>>239:87777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7778778.99>1>1:39:=7778777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "77 . ..8$2663:#<#.... 877", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "777XX&$@<#5652>+>$.>=-X777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7777X*8==@555,>.$@<8*o7777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "77778X8<;@>,,,. c #9c9aa4", | ^~~~~~~~~~~~~ ../../data/print.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9fa2a8", | ^~~~~~~~~~~~~ ../../data/print.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a49caa", | ^~~~~~~~~~~~~ ../../data/print.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bbbbbc", | ^~~~~~~~~~~~~ ../../data/print.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bebcc4", | ^~~~~~~~~~~~~ ../../data/print.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c3bcc6", | ^~~~~~~~~~~~~ ../../data/print.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #c0c1bf", | ^~~~~~~~~~~~~ ../../data/print.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #cfced4", | ^~~~~~~~~~~~~ ../../data/print.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #dddde3", | ^~~~~~~~~~~~~ ../../data/print.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #dfe2e4", | ^~~~~~~~~~~~~ ../../data/print.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e1dee3", | ^~~~~~~~~~~~~ ../../data/print.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #f4f4f7", | ^~~~~~~~~~~~~ ../../data/print.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "11111111112211111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "11111111159965111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "1111111159*,99995111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "111111159* X=59995511111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111176$ .*$ .#1999955,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "111151& o&##%*,#% #*.:59:o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "555,:,5999961:%%%:5. o:X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "595=#:59999995:$*9995:,oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "69997<&@*15:# #1977996o.o.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "655799981:o +5765155*X.o#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "65115599997165<<35>o .O##.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "65695<1155799953:+. oO#oO.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "65678972<<11559:. .O##Oo#X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "85598667762,,<2o o##oOOo#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "72*>166555515<=>5521>557$ooooOO#O .", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ",#1998,:*,2>2<5772>*-5<1OooOOO. o:1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "1111>$&,666:1>,+ooX O,1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "11119999>Oo%<,<#o $111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "1119999996##o+&. O41111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "119997656,=81*XX:111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "199997765%<511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ",;=>:>:::-9511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11:=::===*:,11111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:87, from msg.cpp:50: ../../data/send.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/send.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #070b09", | ^~~~~~~~~~~~~ ../../data/send.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #101b20", | ^~~~~~~~~~~~~ ../../data/send.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1a2523", | ^~~~~~~~~~~~~ ../../data/send.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2a3733", | ^~~~~~~~~~~~~ ../../data/send.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #22281e", | ^~~~~~~~~~~~~ ../../data/send.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #36413d", | ^~~~~~~~~~~~~ ../../data/send.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #3c4248", | ^~~~~~~~~~~~~ ../../data/send.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #72341d", | ^~~~~~~~~~~~~ ../../data/send.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #4e5d56", | ^~~~~~~~~~~~~ ../../data/send.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #5c6b65", | ^~~~~~~~~~~~~ ../../data/send.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #646d58", | ^~~~~~~~~~~~~ ../../data/send.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6b6e71", | ^~~~~~~~~~~~~ ../../data/send.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #788878", | ^~~~~~~~~~~~~ ../../data/send.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #7b8787", | ^~~~~~~~~~~~~ ../../data/send.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #956e8b", | ^~~~~~~~~~~~~ ../../data/send.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #84857d", | ^~~~~~~~~~~~~ ../../data/send.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #8c988f", | ^~~~~~~~~~~~~ ../../data/send.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9ba895", | ^~~~~~~~~~~~~ ../../data/send.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a89f81", | ^~~~~~~~~~~~~ ../../data/send.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c Gray74", | ^~~~~~~~~~~~ ../../data/send.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #a99ea9", | ^~~~~~~~~~~~~ ../../data/send.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9c8b7", | ^~~~~~~~~~~~~ ../../data/send.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bdcbc5", | ^~~~~~~~~~~~~ ../../data/send.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c3b8b9", | ^~~~~~~~~~~~~ ../../data/send.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c5b5c3", | ^~~~~~~~~~~~~ ../../data/send.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #c2c3be", | ^~~~~~~~~~~~~ ../../data/send.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d5c089", | ^~~~~~~~~~~~~ ../../data/send.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ced6ce", | ^~~~~~~~~~~~~ ../../data/send.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d6e5d9", | ^~~~~~~~~~~~~ ../../data/send.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #daebe3", | ^~~~~~~~~~~~~ ../../data/send.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e2e7dd", | ^~~~~~~~~~~~~ ../../data/send.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #eff9f2", | ^~~~~~~~~~~~~ ../../data/send.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "9qqqqqq0q0000000000qqqe911", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "002929ewqqq00000090999e$*1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "09;622eqqq090999990<;#0oO1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "09;65;20q00009999908O#eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "0w19955q00009999990>XowoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "0ewwweqe000q00999999q9eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "0wwww9%34=*2-009999494eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "0w0wq0>9,>2,1921994393eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "0wwqq02,>,>:3>,2q99933eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "0w0qq9==,:,-1=,$&&:943eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "0qqq004093717,41123973eo.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "0w00000000099999997333eo.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "0eeeeeeeeeeeeeeeeeeeeee+.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "9%%$$$$$$$$$$$$$$$$$$$% X1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "1*X @1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "11111111111111111111111171", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "11111111111111111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:88, from msg.cpp:50: ../../data/view.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/view.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #060806", | ^~~~~~~~~~~~~ ../../data/view.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #1a231a", | ^~~~~~~~~~~~~ ../../data/view.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #262b1d", | ^~~~~~~~~~~~~ ../../data/view.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2c2f2b", | ^~~~~~~~~~~~~ ../../data/view.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1b2523", | ^~~~~~~~~~~~~ ../../data/view.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #351950", | ^~~~~~~~~~~~~ ../../data/view.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #3b4237", | ^~~~~~~~~~~~~ ../../data/view.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #3d4441", | ^~~~~~~~~~~~~ ../../data/view.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #4e1771", | ^~~~~~~~~~~~~ ../../data/view.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #46493d", | ^~~~~~~~~~~~~ ../../data/view.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #4c504b", | ^~~~~~~~~~~~~ ../../data/view.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6d716d", | ^~~~~~~~~~~~~ ../../data/view.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #615866", | ^~~~~~~~~~~~~ ../../data/view.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #473c34", | ^~~~~~~~~~~~~ ../../data/view.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #756885", | ^~~~~~~~~~~~~ ../../data/view.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #788678", | ^~~~~~~~~~~~~ ../../data/view.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #7e8482", | ^~~~~~~~~~~~~ ../../data/view.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9f654d", | ^~~~~~~~~~~~~ ../../data/view.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #8f70a5", | ^~~~~~~~~~~~~ ../../data/view.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #c88f78", | ^~~~~~~~~~~~~ ../../data/view.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #898d8a", | ^~~~~~~~~~~~~ ../../data/view.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a589ba", | ^~~~~~~~~~~~~ ../../data/view.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b7b7b7", | ^~~~~~~~~~~~~ ../../data/view.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #a09ea2", | ^~~~~~~~~~~~~ ../../data/view.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #b9a7ca", | ^~~~~~~~~~~~~ ../../data/view.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ab8bc6", | ^~~~~~~~~~~~~ ../../data/view.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #b8c3b7", | ^~~~~~~~~~~~~ ../../data/view.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c7b8d5", | ^~~~~~~~~~~~~ ../../data/view.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cfd4d0", | ^~~~~~~~~~~~~ ../../data/view.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #dee5de", | ^~~~~~~~~~~~~ ../../data/view.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #fbfcfb", | ^~~~~~~~~~~~~ ../../data/view.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #eedfda", | ^~~~~~~~~~~~~ ../../data/view.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "4444445&.XoOo=504444444444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "42225& .o&&&#. =52:2222544", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "4*qw* &0wwwwww8 =wq000wX*4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "42wq =wwwwwwwwww@8wwwwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "42w# 4www05**50wq q0wwwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "45w &0q* .o5.&6wwwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "450 :qo o....Xo&oowwqwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "450 5& 2wwwww0%. ;<w0wo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "42wqq0X oo *-4wwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "42wwww*.:=++==65.oeeqwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "42w5;33& @3663o...&e,0wo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "42w5*0225&o. o&:4&.&e,w#.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "42w660<3w3<;22qww4o.%e1 O4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "42wwww0<<633q7<<93* &e,o4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "42w53;<<<<<<<9:8&07= &e=4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "42wwwwwwwwwwwwwwwwww0&o. 4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "4:qqqqqqqqqqqqqqqqqqw5@ o4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "4o 4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "45222222222222222222>>>**4" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:89, from msg.cpp:50: ../../data/reply.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/reply.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c Gray6", | ^~~~~~~~~~~ ../../data/reply.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2e2e2d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1e1b1b", | ^~~~~~~~~~~~~ ../../data/reply.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #4a1302", | ^~~~~~~~~~~~~ ../../data/reply.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #731100", | ^~~~~~~~~~~~~ ../../data/reply.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #423429", | ^~~~~~~~~~~~~ ../../data/reply.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #565553", | ^~~~~~~~~~~~~ ../../data/reply.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #59676e", | ^~~~~~~~~~~~~ ../../data/reply.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #727274", | ^~~~~~~~~~~~~ ../../data/reply.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #485c61", | ^~~~~~~~~~~~~ ../../data/reply.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #777c82", | ^~~~~~~~~~~~~ ../../data/reply.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #768d97", | ^~~~~~~~~~~~~ ../../data/reply.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #942c0f", | ^~~~~~~~~~~~~ ../../data/reply.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #817d7e", | ^~~~~~~~~~~~~ ../../data/reply.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a77357", | ^~~~~~~~~~~~~ ../../data/reply.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #ea3c03", | ^~~~~~~~~~~~~ ../../data/reply.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #fe4f0d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #ec6032", | ^~~~~~~~~~~~~ ../../data/reply.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #df7645", | ^~~~~~~~~~~~~ ../../data/reply.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #89542d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #807f80", | ^~~~~~~~~~~~~ ../../data/reply.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #e3864c", | ^~~~~~~~~~~~~ ../../data/reply.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #929092", | ^~~~~~~~~~~~~ ../../data/reply.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #a29f9f", | ^~~~~~~~~~~~~ ../../data/reply.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #a19ea2", | ^~~~~~~~~~~~~ ../../data/reply.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bbbabb", | ^~~~~~~~~~~~~ ../../data/reply.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #c2bebf", | ^~~~~~~~~~~~~ ../../data/reply.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d8a180", | ^~~~~~~~~~~~~ ../../data/reply.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #c4bec0", | ^~~~~~~~~~~~~ ../../data/reply.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #d5d3d5", | ^~~~~~~~~~~~~ ../../data/reply.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e1dee1", | ^~~~~~~~~~~~~ ../../data/reply.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #fdfcfd", | ^~~~~~~~~~~~~ ../../data/reply.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "7qqqqqqqqqqqqqw47777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "7qeeeeeeeeeeeee.7777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "7qe-4$284-04eee qeeeeeeq#7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "7qe654454$4$6eeXwwqqwqew 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "7qe66$4446644eeXeeeee44e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "7qe4$66446647ee 87wee4#e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "7qe44444$7444ee 4$5we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "7qe4$44646$47eeX44$qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "7qe64455@@644eeX46-we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7qe64693<+*44eeX444we4$eX7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "7qe6&;33<, #wee.$44qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "7qe54#13<<, * eX$45we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7qe4$& =,,,:OOeX65#7e4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "7qe644& =>>>>OeX$44ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "7qe44604X=>>>Oe.475ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "7qe4@$46%o>>>=e.445qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "7qeeeeeeXoooo e.56$ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "7qeeeeee5%###$eX#44ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "7@ .XX 44$ee54eX7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "76$$$$#eeeeeeeeeeewee6.$X7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "7777777eeeeeeeeeeeeee7 @$7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "77777777. XXXXXXXXXX. 777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "77777777745555555555556777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "77777777777777777777777777" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:90, from msg.cpp:50: ../../data/forward.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 19 1", | ^~~~~~~~~~~~ ../../data/forward.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #10100f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2d2c2c", | ^~~~~~~~~~~~~ ../../data/forward.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #5a5957", | ^~~~~~~~~~~~~ ../../data/forward.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #5f656a", | ^~~~~~~~~~~~~ ../../data/forward.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #605e5a", | ^~~~~~~~~~~~~ ../../data/forward.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #737274", | ^~~~~~~~~~~~~ ../../data/forward.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #817d7e", | ^~~~~~~~~~~~~ ../../data/forward.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #817f82", | ^~~~~~~~~~~~~ ../../data/forward.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #85837f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #929092", | ^~~~~~~~~~~~~ ../../data/forward.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #a19e9f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #a29fa1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a4a09c", | ^~~~~~~~~~~~~ ../../data/forward.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c Gray73", | ^~~~~~~~~~~~ ../../data/forward.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #c2bebf", | ^~~~~~~~~~~~~ ../../data/forward.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #c6bfc1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #d4d1d3", | ^~~~~~~~~~~~~ ../../data/forward.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #e1dde1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #fdfcfd", | ^~~~~~~~~~~~~ ../../data/forward.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "--------------------------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "->,>>>>>>>>>>>,%----------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "-,<<<<<<<<<<<<<.----------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "-><@%+#;%@:%<<< ><<<<<<>o-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "-><*&%%&%+%+*<< ,>:>>><, -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "-><**+%%%**%%<< <<<<<%%< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "-><%+*&%%*&+*<< ;-,<<%o< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "-><%%%%>%%>%<<< %+&,<&o< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "-><*&%%-&%*+><<.%%+><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "-><**+%%%&%+%<< %*@,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "-><&%%%%%-*%%<< %%%,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "-><%+*&*%&-%,<<.+%%><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "-><%&%%>%%>%<<< +%&,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "-><**%%%&%%+%<< *&o-<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "-><&&+%#%-*%%<< +%%<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "-><%o-=&$==+-<< %-&<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "-><%XOOOOOX><<<.%%&><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "-,<<<<<<<<<<<<<.&*+<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "-><<<<<<<<<<<<< o%%<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "-X .. %%o<<&%< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "-*o+++o<<<<<<<<<<<,<<*.+ -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "-------<<<<<<<<<<<<<<- Xo-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "--------. . ---", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "---------%&&&&&&&&&&&&*---", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "--------------------------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "--------------------------" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:91, from msg.cpp:50: ../../data/move.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/move.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #0e0c0c", | ^~~~~~~~~~~~~ ../../data/move.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #312c2b", | ^~~~~~~~~~~~~ ../../data/move.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #281a19", | ^~~~~~~~~~~~~ ../../data/move.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #3f4243", | ^~~~~~~~~~~~~ ../../data/move.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #4d342f", | ^~~~~~~~~~~~~ ../../data/move.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #6e3125", | ^~~~~~~~~~~~~ ../../data/move.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #564339", | ^~~~~~~~~~~~~ ../../data/move.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #69493e", | ^~~~~~~~~~~~~ ../../data/move.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #545050", | ^~~~~~~~~~~~~ ../../data/move.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #6f4f48", | ^~~~~~~~~~~~~ ../../data/move.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #726e70", | ^~~~~~~~~~~~~ ../../data/move.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #786856", | ^~~~~~~~~~~~~ ../../data/move.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2b3b46", | ^~~~~~~~~~~~~ ../../data/move.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #8e2808", | ^~~~~~~~~~~~~ ../../data/move.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #936952", | ^~~~~~~~~~~~~ ../../data/move.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #936958", | ^~~~~~~~~~~~~ ../../data/move.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #dd3803", | ^~~~~~~~~~~~~ ../../data/move.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #f9551c", | ^~~~~~~~~~~~~ ../../data/move.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #f36e42", | ^~~~~~~~~~~~~ ../../data/move.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #a0482a", | ^~~~~~~~~~~~~ ../../data/move.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #827d81", | ^~~~~~~~~~~~~ ../../data/move.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #ad865d", | ^~~~~~~~~~~~~ ../../data/move.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b28d6d", | ^~~~~~~~~~~~~ ../../data/move.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #948279", | ^~~~~~~~~~~~~ ../../data/move.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d3905f", | ^~~~~~~~~~~~~ ../../data/move.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ad998a", | ^~~~~~~~~~~~~ ../../data/move.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #bdbdbc", | ^~~~~~~~~~~~~ ../../data/move.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #9c9594", | ^~~~~~~~~~~~~ ../../data/move.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cab29b", | ^~~~~~~~~~~~~ ../../data/move.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #d1c6b8", | ^~~~~~~~~~~~~ ../../data/move.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e9d0b2", | ^~~~~~~~~~~~~ ../../data/move.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #d0cdc8", | ^~~~~~~~~~~~~ ../../data/move.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "888888888888888888qqq07788", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "8888888888888888eqw0447#88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "88888888888888eqw04334q@88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "8888888888qq7*704;:477q@88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "888888888e00w7O;;:77040O88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "8888888qqw04;4$;3444434O98", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "88888qww03;*;7$34333334%&8", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "888eqw4:%%;;;0$;;;;33307O8", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "qww04:%%#%*;;5$;:;333400;:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "q*97#%$%%*;66O ::3334704%%", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7 8@%$%%6666<-@;3444;O.99", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "7 X8O@O%@@;6<<<1 &:;O.X&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "7 O8@@O%%@ 1<<<,>X- %:;&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7 O8OO@@#;% 1,,,,,>.46&&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "7 O8OOO@@#;% -,,,,>.331588", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "7X$4#OOO@@OX@ >,,,>.66#$98", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "7X&;:OOOXX.@# ----+@;. .$9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "7X:O:.XX.@%;;:=%*o .$&9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "7X5 XX.#%%%;;4%;O .$$&988", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "7X7OO@@%%%%:*3. .$$298888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "7X8O@@@#%%%. X .$&98888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "7 0OO#%%#X .o$&9888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "7 8O##O .$&&988888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "& 0OX .o$&98e888888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "& X .$$&98888888888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "89$$&&&9888888888888888888" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:92, from msg.cpp:50: ../../data/delete.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/delete.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #057500", | ^~~~~~~~~~~~~ ../../data/delete.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #4e521c", | ^~~~~~~~~~~~~ ../../data/delete.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #555932", | ^~~~~~~~~~~~~ ../../data/delete.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #676934", | ^~~~~~~~~~~~~ ../../data/delete.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #76794f", | ^~~~~~~~~~~~~ ../../data/delete.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #797d62", | ^~~~~~~~~~~~~ ../../data/delete.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #2b840a", | ^~~~~~~~~~~~~ ../../data/delete.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #3b832e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #57913a", | ^~~~~~~~~~~~~ ../../data/delete.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #788f6e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #679656", | ^~~~~~~~~~~~~ ../../data/delete.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #7d8d89", | ^~~~~~~~~~~~~ ../../data/delete.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #828359", | ^~~~~~~~~~~~~ ../../data/delete.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #898c72", | ^~~~~~~~~~~~~ ../../data/delete.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #97aa70", | ^~~~~~~~~~~~~ ../../data/delete.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #8f958e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #abad96", | ^~~~~~~~~~~~~ ../../data/delete.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #bcbcbb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #94aca3", | ^~~~~~~~~~~~~ ../../data/delete.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b2b3cf", | ^~~~~~~~~~~~~ ../../data/delete.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bbbbf8", | ^~~~~~~~~~~~~ ../../data/delete.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b2c2ab", | ^~~~~~~~~~~~~ ../../data/delete.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b8c2ee", | ^~~~~~~~~~~~~ ../../data/delete.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c9a9b1", | ^~~~~~~~~~~~~ ../../data/delete.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c6bcfb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #d1bdd4", | ^~~~~~~~~~~~~ ../../data/delete.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #c8d1b4", | ^~~~~~~~~~~~~ ../../data/delete.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c7c9cb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #c9c5fe", | ^~~~~~~~~~~~~ ../../data/delete.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #eccefe", | ^~~~~~~~~~~~~ ../../data/delete.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c Gray98", | ^~~~~~~~~~~~ ../../data/delete.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #e2ead5", | ^~~~~~~~~~~~~ ../../data/delete.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | ",,,991,<,9997,,9,>,,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "9901:-+>0www79wwwq<,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "1,%..wq81www50we>w6>,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | ">0010q78e9ww5:e8q:9,01,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | ">2002221q,9w5==wwq1-1009,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | ">202222222165O8wwwq13e>oX,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ",>022222222411ewwww0;O..X,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | ",>02260000220220we>O.XXXX,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | ",>20603<<00062222=.XXXX.:,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ",>2061& <020200oXXXXX.:,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | ",>20&@0q4# #%0202XXXXXXX,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | ",,12 %00qq $0202.XXXXXX,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ",,>02 @202$ @060,.XXXX.-,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | ",,>00 <0661<<060:.XXXX.>,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ",,>20$%026004<00=.XXXXX,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | ",,>101@60200;-00OXXXXXX,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | ",,>100%:002q$%02XXXXX.+,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | ",,,>000&21&, :01.XXXX.,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | ",,,>0204< ,01.XXXX.,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | ",,,,006600 *00-.XXXX+,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ",,,>+10000:@000+.XXX.+,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | ",,,,>O%10002000OXXXX.>,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | ",,,,,,>O=100602XXXXXX,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | ",,,,,,,,>O=1001.XX.X-,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | ",,,,,,,,,,>O%11..X%,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | ",,,,,,,,,,,,>-OX->,,,,,,,," | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:93, from msg.cpp:50: ../../data/edit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/edit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #090b04", | ^~~~~~~~~~~~~ ../../data/edit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2b1105", | ^~~~~~~~~~~~~ ../../data/edit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #29332d", | ^~~~~~~~~~~~~ ../../data/edit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #372612", | ^~~~~~~~~~~~~ ../../data/edit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #5b320c", | ^~~~~~~~~~~~~ ../../data/edit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #6b441d", | ^~~~~~~~~~~~~ ../../data/edit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #686d66", | ^~~~~~~~~~~~~ ../../data/edit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #2f4041", | ^~~~~~~~~~~~~ ../../data/edit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #78847c", | ^~~~~~~~~~~~~ ../../data/edit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #7b8a85", | ^~~~~~~~~~~~~ ../../data/edit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #9b6024", | ^~~~~~~~~~~~~ ../../data/edit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #9a6959", | ^~~~~~~~~~~~~ ../../data/edit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a17f98", | ^~~~~~~~~~~~~ ../../data/edit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a98a67", | ^~~~~~~~~~~~~ ../../data/edit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #eb9024", | ^~~~~~~~~~~~~ ../../data/edit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #d49f71", | ^~~~~~~~~~~~~ ../../data/edit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #89928a", | ^~~~~~~~~~~~~ ../../data/edit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #99a699", | ^~~~~~~~~~~~~ ../../data/edit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #b2b5b2", | ^~~~~~~~~~~~~ ../../data/edit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #a5a1a3", | ^~~~~~~~~~~~~ ../../data/edit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bebfc0", | ^~~~~~~~~~~~~ ../../data/edit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b8c7b9", | ^~~~~~~~~~~~~ ../../data/edit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b8d1cb", | ^~~~~~~~~~~~~ ../../data/edit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #d5b29e", | ^~~~~~~~~~~~~ ../../data/edit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c0ccbf", | ^~~~~~~~~~~~~ ../../data/edit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #cfd8cd", | ^~~~~~~~~~~~~ ../../data/edit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d6e5d8", | ^~~~~~~~~~~~~ ../../data/edit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d9f0e7", | ^~~~~~~~~~~~~ ../../data/edit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e2e5da", | ^~~~~~~~~~~~~ ../../data/edit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #f4fbf5", | ^~~~~~~~~~~~~ ../../data/edit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d6dedf", | ^~~~~~~~~~~~~ ../../data/edit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #c1afc0", | ^~~~~~~~~~~~~ ../../data/edit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "888888888888888888888872<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "q<77-5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "9=1e179888778777773*&-4O;:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "9=<1117988887877770*#*:;&-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "9<28717888878777777XX&;&+-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "99999qq009888777777w-;&&&-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "9w80q>>7,@1><887774-;&&&O*", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "9w0091<41>3,70<874*;&&&+ @", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "98089<,>>>@>@@#47-;&&&+. @", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "9w8991@,>1,,1119-;&&&+. .1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "98988343<13,3<7:;&&&+ .X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "98888888808099;;&&&+ .o.X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "9qqqqqqqqqqq9-;&&&+.. < X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "1@@@@$%$$$$%5;&& + ..@@ X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ">> 5*&&&o o X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "1%qqqq887,855:*o .5q9qX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "<>q978317181:*.. @q89qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "<>q,@<,%<95:& .o*0q<7qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "<>q>>8,,344O.o&5q78qqqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "<>q337>,qX &5qqqqq9qqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "<>qqqq81< #4qqqqqq3$3qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "<>q,1@$7$X$>,3,3$6,@$qqqqqqq8137qqqqqqqqqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "<$87777788,-$$>,787777qX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "<@ X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "<<<<<<<<<<<<<<<<<<<<<<<<<<" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp: In function 'void msg_form_shutdown()': msg.cpp:157:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 157 | Config.setFlags("msgformsize", CF_NOTCHANGED); | ^~~~~~~~~~~~~ msg.cpp: In function 'void cb_feelings_menu(FL_OBJECT*, long int)': msg.cpp:986:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 986 | feeling = ":-)"; | ^~~~~ msg.cpp:990:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 990 | feeling = ":-("; | ^~~~~ msg.cpp:994:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 994 | feeling = ";-)"; | ^~~~~ In file included from msg.cpp:41: msg.cpp: In function 'void set_msg_chset(_mime_charset*, int)': ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ msg.cpp:1210:29: note: in expansion of macro 'MIME_C_TYPE' 1210 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ msg.cpp: In function 'int pgp_message(long int, int)': msg.cpp:2010:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2010 | mfile = strdup(get_temp_file("pgptmp")); | ^~~~~~~~ msg.cpp:2017:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2017 | mfile = strdup(get_temp_file("pgptmp")); | ^~~~~~~~ In file included from msg.cpp:41: ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ msg.cpp:2036:29: note: in expansion of macro 'MIME_C_TYPE' 2036 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ msg.cpp:2038:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2038 | mfile = strdup(get_temp_file("pgptmp")); | ^~~~~~~~ In file included from msg.cpp:41: ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp:2044:29: note: in expansion of macro 'MIME_C_ENCR' 2044 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp:2068:30: note: in expansion of macro 'MIME_C_ENCR' 2068 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ msg.cpp:2188:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2188 | action = "encryptsign"; | ^~~~~~~~~~~~~ msg.cpp:2191:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2191 | action = "encrypt"; | ^~~~~~~~~ msg.cpp:2194:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2194 | action = "sign"; | ^~~~~~ In file included from msg.cpp:41: ../../src/mail/fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ msg.cpp:2198:29: note: in expansion of macro 'MIME_C_DESCR' 2198 | replace_mime_field(mime, MIME_C_DESCR, buf); | ^~~~~~~~~~~~ ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ msg.cpp:2206:29: note: in expansion of macro 'MIME_C_TYPE' 2206 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp:2209:29: note: in expansion of macro 'MIME_C_ENCR' 2209 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ ../../src/mail/fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ msg.cpp:2222:30: note: in expansion of macro 'MIME_C_DESCR' 2222 | replace_mime_field(mime, MIME_C_DESCR, buf); | ^~~~~~~~~~~~ ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ msg.cpp:2230:30: note: in expansion of macro 'MIME_C_TYPE' 2230 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp:2233:30: note: in expansion of macro 'MIME_C_ENCR' 2233 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ ../../src/mail/fmail.h:813:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 813 | #define MIME_C_DESCR "Content-Description" | ^~~~~~~~~~~~~~~~~~~~~ msg.cpp:2246:30: note: in expansion of macro 'MIME_C_DESCR' 2246 | replace_mime_field(mime, MIME_C_DESCR, buf); | ^~~~~~~~~~~~ ../../src/mail/fmail.h:811:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 811 | #define MIME_C_TYPE "Content-Type" | ^~~~~~~~~~~~~~ msg.cpp:2254:30: note: in expansion of macro 'MIME_C_TYPE' 2254 | replace_mime_field(mime, MIME_C_TYPE, buf); | ^~~~~~~~~~~ ../../src/mail/fmail.h:812:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 812 | #define MIME_C_ENCR "Content-Transfer-Encoding" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.cpp:2257:30: note: in expansion of macro 'MIME_C_ENCR' 2257 | replace_mime_field(mime, MIME_C_ENCR, | ^~~~~~~~~~~ msg.cpp: In function 'int cb_pgupdown(FL_FORM*, void*)': msg.cpp:2753:58: warning: 'KeySym XKeycodeToKeysym(Display*, KeyCode, int)' is deprecated [-Wdeprecated-declarations] 2753 | switch(XKeycodeToKeysym(fl_display, xev->xkey.keycode, 0)) { | ^ In file included from /home/pbulk/build/mail/xfmail/work/.buildlink/include/X11/forms.h:1762, from ../../src/include/umail.h:64, from msg.cpp:42: /home/pbulk/build/mail/xfmail/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ msg.cpp: In function 'void display_addresses(int)': msg.cpp:4019:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4019 | get_charset_addr_line("To: ", to_p, | ^~~~~~ msg.cpp:4025:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4025 | get_charset_addr_line("Cc: ", to_p, | ^~~~~~ msg.cpp:4031:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4031 | get_charset_addr_line("Bcc:", to_p, | ^~~~~~ msg.cpp: In function 'int update_msg(int)': msg.cpp:4166:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4166 | ((hf = find_field(msg, "Date")) | ^~~~~~ msg.cpp:4169:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4169 | "X-RDate"))) ? hf-> | ^~~~~~~~~ msg.cpp: In function 'void ext_view_msg(int, int)': msg.cpp:4484:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4484 | strcpy(mfile, get_temp_file("extview")); | ^~~~~~~~~ msg.cpp: In function 'void display_msg_text(msg_form*)': msg.cpp:4892:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4892 | fl_add_textedit_line(mf->me_text, ""); | ^~ msg.cpp: In function 'char* compose_msg_text(msg_form*, int)': msg.cpp:5184:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5184 | snprintf(nfile, sizeof(nfile), "%s.mai", get_temp_file("nfile")); | ^~~~~~~ --- pop_smtp.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT pop_smtp.o -MD -MP -MF ".deps/pop_smtp.Tpo" -c -o pop_smtp.o `test -f 'pop_smtp.cpp' || echo './'`pop_smtp.cpp; then mv -f ".deps/pop_smtp.Tpo" ".deps/pop_smtp.Po"; else rm -f ".deps/pop_smtp.Tpo"; exit 1; fi pop_smtp.cpp: In function 'void NNTP_Store_Pwd_Call(FL_OBJECT*, long int)': pop_smtp.cpp:164:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 164 | Config.setFlags("nntpasswd", 0); | ^~~~~~~~~~~ pop_smtp.cpp: In function 'void news_conf(int, FD_config_news*)': pop_smtp.cpp:405:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 405 | Config.setFlags("nntpasswd", CF_UNSECURE); | ^~~~~~~~~~~ pop_smtp.cpp:407:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 407 | Config.setFlags("nntpasswd", DONT_STORE | CF_UNSECURE); | ^~~~~~~~~~~ --- rep_fwd.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT rep_fwd.o -MD -MP -MF ".deps/rep_fwd.Tpo" -c -o rep_fwd.o `test -f 'rep_fwd.cpp' || echo './'`rep_fwd.cpp; then mv -f ".deps/rep_fwd.Tpo" ".deps/rep_fwd.Po"; else rm -f ".deps/rep_fwd.Tpo"; exit 1; fi --- rules.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT rules.o -MD -MP -MF ".deps/rules.Tpo" -c -o rules.o `test -f 'rules.cpp' || echo './'`rules.cpp; then mv -f ".deps/rules.Tpo" ".deps/rules.Po"; else rm -f ".deps/rules.Tpo"; exit 1; fi --- search.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT search.o -MD -MP -MF ".deps/search.Tpo" -c -o search.o `test -f 'search.cpp' || echo './'`search.cpp; then mv -f ".deps/search.Tpo" ".deps/search.Po"; else rm -f ".deps/search.Tpo"; exit 1; fi --- sign.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT sign.o -MD -MP -MF ".deps/sign.Tpo" -c -o sign.o `test -f 'sign.cpp' || echo './'`sign.cpp; then mv -f ".deps/sign.Tpo" ".deps/sign.Po"; else rm -f ".deps/sign.Tpo"; exit 1; fi --- search.o --- search.cpp: In function 'void search_msgs()': search.cpp:151:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 151 | Config.setFlags("searchgeom", CF_NOTCHANGED); | ^~~~~~~~~~~~ --- sign.o --- In file included from pixmaps.h:72, from sign.cpp:50: ../../data/exit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/exit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #080709", | ^~~~~~~~~~~~~ ../../data/exit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #292828", | ^~~~~~~~~~~~~ ../../data/exit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #261c22", | ^~~~~~~~~~~~~ ../../data/exit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #360549", | ^~~~~~~~~~~~~ ../../data/exit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384b31", | ^~~~~~~~~~~~~ ../../data/exit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #530377", | ^~~~~~~~~~~~~ ../../data/exit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #51453a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #4e4f4c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #70665b", | ^~~~~~~~~~~~~ ../../data/exit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4d372c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #6b099a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #778473", | ^~~~~~~~~~~~~ ../../data/exit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #917660", | ^~~~~~~~~~~~~ ../../data/exit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #9916de", | ^~~~~~~~~~~~~ ../../data/exit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a20cd6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #a98a71", | ^~~~~~~~~~~~~ ../../data/exit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #c29b7d", | ^~~~~~~~~~~~~ ../../data/exit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #90928f", | ^~~~~~~~~~~~~ ../../data/exit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9aa39a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b7b9b7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9d9c9c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9a0c6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bac1ba", | ^~~~~~~~~~~~~ ../../data/exit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bac5c5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d4a685", | ^~~~~~~~~~~~~ ../../data/exit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ecb994", | ^~~~~~~~~~~~~ ../../data/exit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #ffcfa5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ffe2b3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #f0c7a2", | ^~~~~~~~~~~~~ ../../data/exit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #c9cfc9", | ^~~~~~~~~~~~~ ../../data/exit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d4e1d3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #cc9fd7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "111111111111,:>>>>>::21111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111112:78999999862111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111126998776776686:<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "111111112786:$#$$$$$:88862", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "1111111,>7=:78888888888880", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "1111112>9=9999999888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "$#####.$$%66>=::>788888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "1qqq11545,, X>9888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "<< c #8f8d97", | ^~~~~~~~~~~~~ ../../data/save.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9493b0", | ^~~~~~~~~~~~~ ../../data/save.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a49db4", | ^~~~~~~~~~~~~ ../../data/save.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b2b1b8", | ^~~~~~~~~~~~~ ../../data/save.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9c98c0", | ^~~~~~~~~~~~~ ../../data/save.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a29dc1", | ^~~~~~~~~~~~~ ../../data/save.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b6afc6", | ^~~~~~~~~~~~~ ../../data/save.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c3b6d3", | ^~~~~~~~~~~~~ ../../data/save.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c4c3c6", | ^~~~~~~~~~~~~ ../../data/save.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #d7cee4", | ^~~~~~~~~~~~~ ../../data/save.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e4daf2", | ^~~~~~~~~~~~~ ../../data/save.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #f5f1f4", | ^~~~~~~~~~~~~ ../../data/save.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "166444411111116661<666>111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "6<#@@&>843,,34=*>,%#@@ =11", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "6<+Xo#>73,,245 .>3&@XXX >", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "6<+@o&>4,,3457.%65&@Xo@X =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "61+@o&><,<4577.$14&@XXXX =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "6<+@o&><<45777 o14&@XXXX =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "6<+oo&>4578888%>76*oXXX. =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "6<+Xo&>>-::>:>>,>-*oXXX. =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "6 X699999999999999-= =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "11 =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11>======================>" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pixmaps.h:74, from sign.cpp:50: ../../data/sign.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/sign.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #070302", | ^~~~~~~~~~~~~ ../../data/sign.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #282021", | ^~~~~~~~~~~~~ ../../data/sign.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1b2961", | ^~~~~~~~~~~~~ ../../data/sign.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #3d443d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384972", | ^~~~~~~~~~~~~ ../../data/sign.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #653422", | ^~~~~~~~~~~~~ ../../data/sign.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #645f5d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #43413e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #0530a3", | ^~~~~~~~~~~~~ ../../data/sign.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #2349a8", | ^~~~~~~~~~~~~ ../../data/sign.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #2456de", | ^~~~~~~~~~~~~ ../../data/sign.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #5675d1", | ^~~~~~~~~~~~~ ../../data/sign.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2a4fbe", | ^~~~~~~~~~~~~ ../../data/sign.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #7d827d", | ^~~~~~~~~~~~~ ../../data/sign.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #7393eb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #914e24", | ^~~~~~~~~~~~~ ../../data/sign.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #a76b4f", | ^~~~~~~~~~~~~ ../../data/sign.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #de6f2f", | ^~~~~~~~~~~~~ ../../data/sign.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #dd7e65", | ^~~~~~~~~~~~~ ../../data/sign.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #8f7d84", | ^~~~~~~~~~~~~ ../../data/sign.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #d88e68", | ^~~~~~~~~~~~~ ../../data/sign.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c48358", | ^~~~~~~~~~~~~ ../../data/sign.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8e8e8e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #b7b7b8", | ^~~~~~~~~~~~~ ../../data/sign.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #9d9ea5", | ^~~~~~~~~~~~~ ../../data/sign.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #9aabe0", | ^~~~~~~~~~~~~ ../../data/sign.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e5a49e", | ^~~~~~~~~~~~~ ../../data/sign.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c1bec1", | ^~~~~~~~~~~~~ ../../data/sign.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d4d2d5", | ^~~~~~~~~~~~~ ../../data/sign.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf9fb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e0dce3", | ^~~~~~~~~~~~~ ../../data/sign.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #acc3fb", | ^~~~~~~~~~~~~ ../../data/sign.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "50550559505505505505505552", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "94441**44444--4--4--4-44,2", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "51574;e&*;5www0ww0wwwww>2,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "55;;;;$$*;=qqqqqqqqqqq2,,:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "5%e&X XO$&X@qwq00q0wq2,,::", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "6;; Ow47*=$O64046w553,,::+", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ";7$XwqX$o%%%O60qqqq2,,::+.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "*&X%qX&&&&;$ 444692,,:::..", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "6&$$wO$&&&eX.665q2,,::+. +", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ";e=$;7*74=;X@66w2,,::+...6", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "6;$%&$XOXe&.@ww2,,::+.. #9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "5%X=&;*7e% -w2,,::+... #5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "54q*&$%&$ 4e822::+.. 0+#0", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "54q7X .% .46888,:+.. >qoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "54q51@46175w8988:. . qqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "54qqww00060988<# . 8qqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "54qq0q5604088<+ .+8wwqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "54q6@5645q8<,. #@..2qqqqqqqqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "54q99046qq wqqqqqqqqq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "54qqqqw59 #0q6160@449qq.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "54q65@-04o@460504w5@45q.o5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "54qqqqqqqw500qqqqqqqqqqoo5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "0@qwwwwwww6->-460wwwwwq.#5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "50 #5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/sign.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "55644444444464444444444465" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pixmaps.h:75, from sign.cpp:50: ../../data/delsign.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3 | "26 26 6 1", | ^~~~~~~~~~~ ../../data/delsign.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | " c #A5A1A5", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | ". c #000000", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | "X c #0E0FFF", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "o c #FFFFFF", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "O c #FF0417", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "+ c #E8ED87", | ^~~~~~~~~~~~~ ../../data/delsign.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | " .XoXX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | " .XoXXX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | " ...................XoXXXX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | " .OOoooooooooooooo.XoXXXXX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | " .OOOoooooooooooooo..XXXXX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | " .oOOOooooooooooooo.+.XXX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | " .ooOOOooooooooooo.+++....", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | " .oooOOOooooooooo.++++... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | " .ooooOOOooooooo.++++.. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | " .oooooOOOooooo.+++++.. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | " .oo....OOOooo.+++++... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | " .o......OOOo.++++++... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | " .o..oo..oOOO+.++++..o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | " .o..oo..ooOO.+++++..o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | " .o..oo..o.OOO++++..oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | " .o..o.oo..+OOO+++.ooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | " .oo...oo.+++OOO...ooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | " .ooo..o..+...OOOooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | " .....o.....oooOOOoooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | " ....oooooooooooOOOooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | " .oooooooooooooooOOOoo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | " .ooooooooooooooooOOOo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | " .oooooooooooooooooOOO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | " .ooooooooooooooooooOO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | " ...................... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delsign.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | " "}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from pixmaps.h:76, from sign.cpp:50: ../../data/help.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 30 1", | ^~~~~~~~~~~~ ../../data/help.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #01021b", | ^~~~~~~~~~~~~ ../../data/help.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #080e31", | ^~~~~~~~~~~~~ ../../data/help.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #2c3239", | ^~~~~~~~~~~~~ ../../data/help.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #0d1549", | ^~~~~~~~~~~~~ ../../data/help.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1b264e", | ^~~~~~~~~~~~~ ../../data/help.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #272d52", | ^~~~~~~~~~~~~ ../../data/help.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #2b346f", | ^~~~~~~~~~~~~ ../../data/help.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #364174", | ^~~~~~~~~~~~~ ../../data/help.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #474959", | ^~~~~~~~~~~~~ ../../data/help.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4f536f", | ^~~~~~~~~~~~~ ../../data/help.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #5c6070", | ^~~~~~~~~~~~~ ../../data/help.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #66696c", | ^~~~~~~~~~~~~ ../../data/help.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2f3b88", | ^~~~~~~~~~~~~ ../../data/help.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #394892", | ^~~~~~~~~~~~~ ../../data/help.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #475194", | ^~~~~~~~~~~~~ ../../data/help.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #4f5aa7", | ^~~~~~~~~~~~~ ../../data/help.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #5c6497", | ^~~~~~~~~~~~~ ../../data/help.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #5c6aa3", | ^~~~~~~~~~~~~ ../../data/help.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #72748a", | ^~~~~~~~~~~~~ ../../data/help.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #7278a6", | ^~~~~~~~~~~~~ ../../data/help.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #7b83b0", | ^~~~~~~~~~~~~ ../../data/help.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #949599", | ^~~~~~~~~~~~~ ../../data/help.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8e92aa", | ^~~~~~~~~~~~~ ../../data/help.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #9fa2b2", | ^~~~~~~~~~~~~ ../../data/help.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c Gray74", | ^~~~~~~~~~~~ ../../data/help.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bfc1bd", | ^~~~~~~~~~~~~ ../../data/help.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #bdc0cb", | ^~~~~~~~~~~~~ ../../data/help.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d5d2d2", | ^~~~~~~~~~~~~ ../../data/help.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e4dfe3", | ^~~~~~~~~~~~~ ../../data/help.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf8f8", | ^~~~~~~~~~~~~ ../../data/help.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "66666666667555586666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "666666665$..ooO++366666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "6666666% oo=;:--=+&6666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "666663 o=-;8q01=;-=>566666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "66663+.=-=;q993O;;-##66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "6666 .---=;q9q* ;;;--66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "6663.@--===:<&.O;;;;->6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "666$O----11,#X#-;;;;-=5666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "663 =-=-;1666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "663.-----=>q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "663.-----=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "663 ---;;=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "663.--;;;=;q0q3 :;;;;-4666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "666%=-;;;=>q0q3 :;;;;-6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "6665@;;;;=;q0q3 :;;;-46666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "6666%=;;--,qqq5.:;;;;96666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "66666>=--qqqqqqq2-;-466666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "6666651-=;@OO+++O#;5666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "66666665;==------,46666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "66666666665411566666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "66666666666666666666666666" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sign.cpp: In function 'void sign_edit()': sign.cpp:653:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 653 | Config.setFlags("signgeom", CF_NOTCHANGED); | ^~~~~~~~~~ --- sort.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT sort.o -MD -MP -MF ".deps/sort.Tpo" -c -o sort.o `test -f 'sort.cpp' || echo './'`sort.cpp; then mv -f ".deps/sort.Tpo" ".deps/sort.Po"; else rm -f ".deps/sort.Tpo"; exit 1; fi --- sign.o --- sign.cpp: In function 'void save_signatures()': sign.cpp:114:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 114 | ed_sign->rfield[126] = '\0'; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ sign.cpp:55:7: note: at offset 126 to object '_xf_sign::rfield' with size 32 declared here 55 | char rfield[MAX_FIELD_NAME_LEN]; | ^~~~~~ --- spellchecker.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT spellchecker.o -MD -MP -MF ".deps/spellchecker.Tpo" -c -o spellchecker.o `test -f 'spellchecker.cpp' || echo './'`spellchecker.cpp; then mv -f ".deps/spellchecker.Tpo" ".deps/spellchecker.Po"; else rm -f ".deps/spellchecker.Tpo"; exit 1; fi --- view_edit.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT view_edit.o -MD -MP -MF ".deps/view_edit.Tpo" -c -o view_edit.o `test -f 'view_edit.cpp' || echo './'`view_edit.cpp; then mv -f ".deps/view_edit.Tpo" ".deps/view_edit.Po"; else rm -f ".deps/view_edit.Tpo"; exit 1; fi --- xfmail.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT xfmail.o -MD -MP -MF ".deps/xfmail.Tpo" -c -o xfmail.o `test -f 'xfmail.cpp' || echo './'`xfmail.cpp; then mv -f ".deps/xfmail.Tpo" ".deps/xfmail.Po"; else rm -f ".deps/xfmail.Tpo"; exit 1; fi --- view_edit.o --- In file included from view_edit.cpp:48: ../../data/exit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/exit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #080709", | ^~~~~~~~~~~~~ ../../data/exit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #292828", | ^~~~~~~~~~~~~ ../../data/exit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #261c22", | ^~~~~~~~~~~~~ ../../data/exit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #360549", | ^~~~~~~~~~~~~ ../../data/exit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384b31", | ^~~~~~~~~~~~~ ../../data/exit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #530377", | ^~~~~~~~~~~~~ ../../data/exit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #51453a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #4e4f4c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #70665b", | ^~~~~~~~~~~~~ ../../data/exit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4d372c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #6b099a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #778473", | ^~~~~~~~~~~~~ ../../data/exit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #917660", | ^~~~~~~~~~~~~ ../../data/exit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #9916de", | ^~~~~~~~~~~~~ ../../data/exit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a20cd6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #a98a71", | ^~~~~~~~~~~~~ ../../data/exit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #c29b7d", | ^~~~~~~~~~~~~ ../../data/exit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #90928f", | ^~~~~~~~~~~~~ ../../data/exit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9aa39a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b7b9b7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9d9c9c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9a0c6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bac1ba", | ^~~~~~~~~~~~~ ../../data/exit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bac5c5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d4a685", | ^~~~~~~~~~~~~ ../../data/exit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ecb994", | ^~~~~~~~~~~~~ ../../data/exit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #ffcfa5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ffe2b3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #f0c7a2", | ^~~~~~~~~~~~~ ../../data/exit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #c9cfc9", | ^~~~~~~~~~~~~ ../../data/exit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d4e1d3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #cc9fd7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "111111111111,:>>>>>::21111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111112:78999999862111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111126998776776686:<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "111111112786:$#$$$$$:88862", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "1111111,>7=:78888888888880", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "1111112>9=9999999888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "$#####.$$%66>=::>788888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "1qqq11545,, X>9888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "<< c #9c9aa4", | ^~~~~~~~~~~~~ ../../data/print.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9fa2a8", | ^~~~~~~~~~~~~ ../../data/print.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a49caa", | ^~~~~~~~~~~~~ ../../data/print.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bbbbbc", | ^~~~~~~~~~~~~ ../../data/print.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bebcc4", | ^~~~~~~~~~~~~ ../../data/print.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c3bcc6", | ^~~~~~~~~~~~~ ../../data/print.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #c0c1bf", | ^~~~~~~~~~~~~ ../../data/print.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #cfced4", | ^~~~~~~~~~~~~ ../../data/print.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #dddde3", | ^~~~~~~~~~~~~ ../../data/print.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #dfe2e4", | ^~~~~~~~~~~~~ ../../data/print.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e1dee3", | ^~~~~~~~~~~~~ ../../data/print.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #f4f4f7", | ^~~~~~~~~~~~~ ../../data/print.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "11111111112211111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "11111111159965111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "1111111159*,99995111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "111111159* X=59995511111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111176$ .*$ .#1999955,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "111151& o&##%*,#% #*.:59:o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "555,:,5999961:%%%:5. o:X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "595=#:59999995:$*9995:,oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "69997<&@*15:# #1977996o.o.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "655799981:o +5765155*X.o#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "65115599997165<<35>o .O##.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "65695<1155799953:+. oO#oO.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "65678972<<11559:. .O##Oo#X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "85598667762,,<2o o##oOOo#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "72*>166555515<=>5521>557$ooooOO#O .", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ",#1998,:*,2>2<5772>*-5<1OooOOO. o:1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "1111>$&,666:1>,+ooX O,1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "11119999>Oo%<,<#o $111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "1119999996##o+&. O41111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "119997656,=81*XX:111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "199997765%<511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ",;=>:>:::-9511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11:=::===*:,11111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- xfmail.o --- In file included from ./pixmaps.h:45, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/exit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/exit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #080709", | ^~~~~~~~~~~~~ ../../data/exit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #292828", | ^~~~~~~~~~~~~ ../../data/exit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #261c22", | ^~~~~~~~~~~~~ ../../data/exit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #360549", | ^~~~~~~~~~~~~ ../../data/exit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #384b31", | ^~~~~~~~~~~~~ ../../data/exit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #530377", | ^~~~~~~~~~~~~ ../../data/exit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #51453a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #4e4f4c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #70665b", | ^~~~~~~~~~~~~ ../../data/exit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #4d372c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #6b099a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #778473", | ^~~~~~~~~~~~~ ../../data/exit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #917660", | ^~~~~~~~~~~~~ ../../data/exit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #9916de", | ^~~~~~~~~~~~~ ../../data/exit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a20cd6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #a98a71", | ^~~~~~~~~~~~~ ../../data/exit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #c29b7d", | ^~~~~~~~~~~~~ ../../data/exit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #90928f", | ^~~~~~~~~~~~~ ../../data/exit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9aa39a", | ^~~~~~~~~~~~~ ../../data/exit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b7b9b7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9d9c9c", | ^~~~~~~~~~~~~ ../../data/exit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9a0c6", | ^~~~~~~~~~~~~ ../../data/exit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bac1ba", | ^~~~~~~~~~~~~ ../../data/exit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bac5c5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d4a685", | ^~~~~~~~~~~~~ ../../data/exit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ecb994", | ^~~~~~~~~~~~~ ../../data/exit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #ffcfa5", | ^~~~~~~~~~~~~ ../../data/exit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ffe2b3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #f0c7a2", | ^~~~~~~~~~~~~ ../../data/exit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #c9cfc9", | ^~~~~~~~~~~~~ ../../data/exit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d4e1d3", | ^~~~~~~~~~~~~ ../../data/exit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #cc9fd7", | ^~~~~~~~~~~~~ ../../data/exit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "111111111111,:>>>>>::21111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111112:78999999862111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111126998776776686:<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "111111112786:$#$$$$$:88862", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "1111111,>7=:78888888888880", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "1111112>9=9999999888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "$#####.$$%66>=::>788888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "1qqq11545,, X>9888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "<<<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/exit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "<< c #aca798", | ^~~~~~~~~~~~~ ../../data/retr.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #bbbbbb", | ^~~~~~~~~~~~~ ../../data/retr.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9e9c9c", | ^~~~~~~~~~~~~ ../../data/retr.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bfc0c0", | ^~~~~~~~~~~~~ ../../data/retr.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #c7b6b2", | ^~~~~~~~~~~~~ ../../data/retr.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #e2b9b5", | ^~~~~~~~~~~~~ ../../data/retr.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #cfbac7", | ^~~~~~~~~~~~~ ../../data/retr.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #d1c6b3", | ^~~~~~~~~~~~~ ../../data/retr.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d3ced1", | ^~~~~~~~~~~~~ ../../data/retr.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #d9dde1", | ^~~~~~~~~~~~~ ../../data/retr.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #dde5e6", | ^~~~~~~~~~~~~ ../../data/retr.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #e5d9da", | ^~~~~~~~~~~~~ ../../data/retr.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e5dde3", | ^~~~~~~~~~~~~ ../../data/retr.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #f5edd3", | ^~~~~~~~~~~~~ ../../data/retr.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #f3f1f3", | ^~~~~~~~~~~~~ ../../data/retr.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #dde0d8", | ^~~~~~~~~~~~~ ../../data/retr.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | ",,,,,,,,,,,,6,,,,,,,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | ",,,,,,,,,,,,qq;,,,,,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | ",,,,,,,,,,,qqqq;,,,,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | ",,,,,,,,,,qq;5qq;:,<,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | ",,,,,,,,,qq55,=>>7w,-,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | ",,,,,,,,qq=2<<@6wwww<,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ",,,,,,,qq>=@2ewww,ww7-,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | ",,,,,,qq=,=wwww,26w7w;,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | ",,,,,qq@>wwww626ww>3w0<,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ",,,,22*<:;-@++*-@@*-@*@:,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "67ww06w0666,664,464,,660,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "6w:42:wwwwwwwwwww0006997X,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "6w::6:6w00000077e6e6&%%7 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "6w;:6:*2w000077e9e70$o%8 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "18990069w00007999697@O-8 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "6wwwwww000000009996700w7 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "18ww8w<&0>@<-,w976666607 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "6ww08w,>,<-,<42-77666697 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "18w00w6,<<,-,2::60666697 -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/retr.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "6ww00w:@<#-<-:@ c #292308", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #e0a810", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #875e30", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #d59573", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #1b2617", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a76663", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #563522", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #9cada3", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #50804f", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #204740", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #9f9f92", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #687880", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #efb89f", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #6f878f", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #2a5f2b", | ^~~~~~~~~~~~~ ../../data/mail_edit.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | " ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | ".......................................... X ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | ".oOoOoooooo+o+o@OOOOOOO@@@@@@@@@@#@$@@@@@.% X& ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "..**=*=**oooooOoOoO@O@@@O@@@@@@@@@@$@@@@$.- X&& ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | ".oOoooooo+o+oOoOoO+@+@+@@@@@@#@#@$$;:::>@.-X,&, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "..***o*o**ooOoOoO@O@@@O@@@@@@@@@$@@&#%<<@.XX&&X ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | ".oooooo+o+oOoOoO+@+@+@@@@@@#@#@$@$$12*34@X&&,XX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ".o***o*o****OoO@O@O@O@@@@@@@@@$@$@@322%1X&&&XXX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | ".oOoo+o+o+o+oO+@+@+@@@@@@#@#@#@#@$$2222X&&&XXXX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "..ooooooooooOoOoO@O@@@@@@@@@@@@@$@$@$@X&&,XXXXX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ".Oooooo+o+oOo@o@+@@@@@@@@@@#@#@$@@@@@X&&&XXXXXX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | ".Ooooooooo5=Oo5@5@5@O@@@@@@@@@$@$@$@X&&,XXX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | ".Oooo+o+oO-%%$@%;6-@%7%@@#@#@$@$@$@X&&&XXXXXX2> ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ".OooooooO@O@O@O@O@O@O@@@@@@@$@$@$@X&&,XXXXXX>>> ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | ".Oo+o+oOoO%6+@;58;@@>@8#@#;$@$@$@X&&&XXXXXX2>>> ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ".OOoooOoOo%@%;5-$;7%-@68-@78$@$@X&&,XXX>>>- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | ".Oo+oOoOo@+@+@+@+@+@+@%%%%%-.8.X&&&XXXXXX2>>>2- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | ".OooOoOoO@%@-5$;$5$%5@.......@X,&,XXX>>>>- ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | ".OoOoOoO+@%6@656%;%$-%%%%%%8.X&&&XXXXXX>2>>2-; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | ".OOoOoO@O@O@O@@@@@@@@@.@@@..X&&,XXXXXX>>>>>-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | ".+o+oO+@+@+@@@@@@#@#@#@@@@.X&&&XXXXXX2>>>2-:2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ".oooOoOoO@O@@@@@@@@@@@@@@.X,&,XXX>>>>-:-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | ".+oOo@o@+@@@@@@@@@@$@#@@.X&&&XXXXXX2>>>>2.--2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | ".oOoOoO@O@@@O@@@@@@@@@.@X&&,XXXXXX>>>>>--.-22; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | ".OoOoO+@@..............3&&&XXXXXX2>>>2--:.--2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "5---------------------3&&&XXX>>>>-::---22; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | " 9%-------------------00XXX>>>>-:-----72; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:64:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | " q9w%w%w%w%w%w%w%w%w%00111XX2>>>2--;;7;7;7;2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:65:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | " %..................3011133>>>>>--:.......-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:66:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 66 | " %.........%%.%%-%8.3111344>>>2-::........-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:67:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 67 | " %.................30113*2>>;>-:..........-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | " %...%%-%%%%-%%.%8.30134>>>;4-:...%%%.....-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:69:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 69 | " %................311342>244%3............-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:70:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 70 | " %...--%%.%%%%%%.53134>>44:X1..%%.........-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:71:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 71 | " %...............-3%4>>4%X1...............-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:72:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 72 | " %...%%%.%-%%%5.%-->>4:%1.................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:73:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 73 | " %..............----4X1...................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:74:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 74 | " %.........%%%.%---%5............%%%%.....-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:75:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | " %.............--%........................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | " %...-.%%-%%%.%-%%%-%%%%.%%.%%%.%%%-%%%...-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:77:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | " %.............55555......................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:78:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | " %..............5588558...................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:79:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | " %...............555555555................-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:80:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 80 | " %................55885588558.............-2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:81:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 81 | " %-----------------------------------------2; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:82:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 82 | " 22222222222222222222222222222222222222222-; ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 83 | " ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/mail_edit.xpm:84:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 84 | " " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:48, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/abook.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "48 34 27 1", | ^~~~~~~~~~~~ ../../data/abook.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #090a12", | ^~~~~~~~~~~~~ ../../data/abook.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #0d1025", | ^~~~~~~~~~~~~ ../../data/abook.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #20182f", | ^~~~~~~~~~~~~ ../../data/abook.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #302018", | ^~~~~~~~~~~~~ ../../data/abook.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #382f30", | ^~~~~~~~~~~~~ ../../data/abook.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #202441", | ^~~~~~~~~~~~~ ../../data/abook.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #4a3a2c", | ^~~~~~~~~~~~~ ../../data/abook.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #55484d", | ^~~~~~~~~~~~~ ../../data/abook.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #696151", | ^~~~~~~~~~~~~ ../../data/abook.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #71726d", | ^~~~~~~~~~~~~ ../../data/abook.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #937371", | ^~~~~~~~~~~~~ ../../data/abook.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #918974", | ^~~~~~~~~~~~~ ../../data/abook.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #ae8e79", | ^~~~~~~~~~~~~ ../../data/abook.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #9a9490", | ^~~~~~~~~~~~~ ../../data/abook.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #aa9895", | ^~~~~~~~~~~~~ ../../data/abook.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #b59da6", | ^~~~~~~~~~~~~ ../../data/abook.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #aaa696", | ^~~~~~~~~~~~~ ../../data/abook.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #b7bbb5", | ^~~~~~~~~~~~~ ../../data/abook.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #c7aa9e", | ^~~~~~~~~~~~~ ../../data/abook.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #ceb4b1", | ^~~~~~~~~~~~~ ../../data/abook.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #d9c8b6", | ^~~~~~~~~~~~~ ../../data/abook.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #f7d7be", | ^~~~~~~~~~~~~ ../../data/abook.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #ddcdd2", | ^~~~~~~~~~~~~ ../../data/abook.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #eadbcf", | ^~~~~~~~~~~~~ ../../data/abook.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #f7dbe7", | ^~~~~~~~~~~~~ ../../data/abook.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #f2e6da", | ^~~~~~~~~~~~~ ../../data/abook.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #fdf2ee", | ^~~~~~~~~~~~~ ../../data/abook.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | ",,,,,,,,##$%$$$#$###,,,,,,,,####$#$$$##O%,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | ",,,,..O@@*:,4774,:*%.$,,,, $%->,22,,:-$@@ %,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | ",,,$=<158677422211<--@$,,$$>15888677866851-$@ ,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | ">;4<7755524542221,:>*&@ #;11577475545557338$.,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "+ 2-25454575535222:--*$@o&<22478688866535527OO ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "+X8;2755552>-*&*-1<=-&$@O*<1285:----,4557317O@X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "+X8>3752>-->2,1,;-%-*&*#X&<2:&::4444,;->27588 X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "+.8;5:%-245534342::*%&&#O%<&-44688666442-%*2 oX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "+X8-277542,-&%%*%>:-**%@o*>,484-&%%*;,275347O@X ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "+X8;352>&;;,75221&$&*&&@O=<1;&;476882>;->217OO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "+X8>7>&,76551,,,>1,;%&*#@=<*,88444244666,%&8OOX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "+.8;26831>>--**%&;&==&$@@=<221,----;;:,23737O@X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "+.8;21,:>>,48834,>%&%*$@@=:---,4888844:::-:8O@X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "+X8>31:46741>-;--21=%&*@@=<-288,:;->14762>>8OOX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "+.8;3764--;;,<<:;*%%=&$#@=<2>---,111,--;4737OOX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "+X8-5:*-244565522>>-%**@@-:&;47888887442-%&8O@X ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "+.8;2323541:%%%%*11=*&&@@=:1264-*%%*;1733217OO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "+X8>524,**-,7551>&%&*&*@@=<2-%-248744-**1428OOX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "+.8;3:&-57541111111*%&&@@=:&:88544445775-%*7OOX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "+.8-48852,>--***&--=;*%@@-:3422;***-;>,25838@@X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "+X8;31>-->,488722-%&%&&@@=<:-->7888841,;:::7OOX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "+.8>3,:18842>-;->11-%&$#@=<>188,:;::,3781-:8OOX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "+.8;2882:->>,>:--&%%=**#o&<3,-:,,,,,,-->5857O@X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "+.8;5>*-12245322,>-%%&$#O=<&;14787675422:%*7OO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "+X8>322455455221,1<=*&*$X-114877775446574228@OX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "+.8;2522242421111::-*&&#O=<14444554553524215OOX ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "+X8-2742445545222,1;***#X&<24888788874852527O@X ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "+X8;375675512<<:;>>--&&#O=142442411244557448OO. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "+X8:651,-$#oo o#%-$o--%Oo .O@%%-,8#OX.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "+.8;$#o oooo@@oOoo. ##o$O ooooOOOOXo . O@ @X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "+X1o.ooo@O@@@@@@@@@@ooXOoOoO@O@@OoO@@@O@OXoo @X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:64:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | "+.. ..... . ........ X. ......... .......... ...", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:65:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | "+ .", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abook.xpm:66:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 66 | " ..XXX.O++##XX. . .XOO#OOOOXXXX. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:49, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/newmail.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/newmail.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #050500", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #31240b", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1b2210", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #512b0e", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #754727", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #727470", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #7d827e", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #7e8281", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #89521a", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #905625", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #9e654f", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #d57d14", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #9d8c7a", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #da8719", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #e18925", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #e18f1d", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #e59b70", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #8b8f8b", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9ca29c", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b4b7b4", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #a5a096", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b0bec6", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bbc3be", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #bec6c2", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d8b9a7", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #daa48b", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d8c8b4", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #cfd6cf", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #dce3dc", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #ddebe6", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e3dbd9", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #f6faf6", | ^~~~~~~~~~~~~ ../../data/newmail.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111111111111111111111526", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "<,,@,,,,,,,,,,,,,,,,=,,=*7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | ",90990000900000900000q2**=", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | ",eeeeeeeeeeeeeeeeeeee9;;$=", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | ",ee0q9ee99e00e990q9e8-:$O=", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | ",eq,<+99<+4,@1<<49<2*:$%O=", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ",ee,,,910,,<,-$%%.X &9 <1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | ",eq<<<<<,<,477&&$.X w0 <1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ",eq,+,<&. Oee9 <1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | ",ee000<911q77>&XX Oeee9 <1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | ",ee900<9<166>& Xoow9ee9 <1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/newmail.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | ",eq+,1,,0ww>O .%8e0 c #9b2f21", | ^~~~~~~~~~~~~ ../../data/abort.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #a54e29", | ^~~~~~~~~~~~~ ../../data/abort.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #9f5b58", | ^~~~~~~~~~~~~ ../../data/abort.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #cd1c11", | ^~~~~~~~~~~~~ ../../data/abort.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #cd5b36", | ^~~~~~~~~~~~~ ../../data/abort.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #e2655d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #91966d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #dc9328", | ^~~~~~~~~~~~~ ../../data/abort.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #f09254", | ^~~~~~~~~~~~~ ../../data/abort.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bcbcbc", | ^~~~~~~~~~~~~ ../../data/abort.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #9c938c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ee918d", | ^~~~~~~~~~~~~ ../../data/abort.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cacba9", | ^~~~~~~~~~~~~ ../../data/abort.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf9f5", | ^~~~~~~~~~~~~ ../../data/abort.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d2ceca", | ^~~~~~~~~~~~~ ../../data/abort.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #b0cd9c", | ^~~~~~~~~~~~~ ../../data/abort.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "7777777*.@@@.@@@..77777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "7777777<29,::#>33>77777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "77XX@@-+9<#11: @3:$$$$.877", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "77*.@$++<#111:+ >:#:#+$777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "777*@<<:,+111:+ >::,>=7777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "7777*@<,<+#::#. :>>2<77777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "77777*>>2# ++. <::2777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "77w7778.99$ .,9:#7777w77", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "7777777.3932>>239:87777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7778778.99>1>1:39:=7778777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "77 . ..8$2663:#<#.... 877", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "777XX&$@<#5652>+>$.>=-X777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7777X*8==@555,>.$@<8*o7777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/abort.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "77778X8<;@>,,,. c #5c6497", | ^~~~~~~~~~~~~ ../../data/help.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #5c6aa3", | ^~~~~~~~~~~~~ ../../data/help.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #72748a", | ^~~~~~~~~~~~~ ../../data/help.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #7278a6", | ^~~~~~~~~~~~~ ../../data/help.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #7b83b0", | ^~~~~~~~~~~~~ ../../data/help.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #949599", | ^~~~~~~~~~~~~ ../../data/help.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #8e92aa", | ^~~~~~~~~~~~~ ../../data/help.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #9fa2b2", | ^~~~~~~~~~~~~ ../../data/help.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c Gray74", | ^~~~~~~~~~~~ ../../data/help.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bfc1bd", | ^~~~~~~~~~~~~ ../../data/help.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #bdc0cb", | ^~~~~~~~~~~~~ ../../data/help.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d5d2d2", | ^~~~~~~~~~~~~ ../../data/help.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e4dfe3", | ^~~~~~~~~~~~~ ../../data/help.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #faf8f8", | ^~~~~~~~~~~~~ ../../data/help.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "66666666667555586666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "666666665$..ooO++366666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "6666666% oo=;:--=+&6666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "666663 o=-;8q01=;-=>566666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "66663+.=-=;q993O;;-##66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "6666 .---=;q9q* ;;;--66666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "6663.@--===:<&.O;;;;->6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "666$O----11,#X#-;;;;-=5666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "663 =-=-;1666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "663.-----=>q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "663.-----=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "663 ---;;=;q9q3 :;;;;->666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "663.--;;;=;q0q3 :;;;;-4666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "666%=-;;;=>q0q3 :;;;;-6666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "6665@;;;;=;q0q3 :;;;-46666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "6666%=;;--,qqq5.:;;;;96666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "66666>=--qqqqqqq2-;-466666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "6666651-=;@OO+++O#;5666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "66666665;==------,46666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "66666666665411566666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "66666666666666666666666666", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/help.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "66666666666666666666666666" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:52, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/mailcur.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] 7 | 0x55,0x25,0xf5,0xaa,0x50,0xfa,0x55,0xab,0xf4,0x55,0x55,0xf1}; | ^ ../../data/mailcur.xbm:7:61: error: narrowing conversion of '175' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '172' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '169' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '249' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '229' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '175' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '195' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '248' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '170' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '248' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '166' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '170' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '170' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '148' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '245' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '170' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '250' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '171' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '244' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur.xbm:7:61: error: narrowing conversion of '241' from 'int' to 'char' [-Wnarrowing] In file included from ./pixmaps.h:53, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] 7 | 0x00,0x8e,0xf3,0x00,0x0e,0xf7,0x00,0x00,0xfe,0x00,0x00,0xfc}; | ^ ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '243' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '192' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '243' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '128' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '255' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '243' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '128' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '239' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '240' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '206' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '241' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '142' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '243' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '247' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '254' from 'int' to 'char' [-Wnarrowing] ../../data/mailcur_mask.xbm:7:61: error: narrowing conversion of '252' from 'int' to 'char' [-Wnarrowing] In file included from ./pixmaps.h:80, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/save.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 28 1", | ^~~~~~~~~~~~ ../../data/save.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #050509", | ^~~~~~~~~~~~~ ../../data/save.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #18152c", | ^~~~~~~~~~~~~ ../../data/save.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #211b34", | ^~~~~~~~~~~~~ ../../data/save.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2a2839", | ^~~~~~~~~~~~~ ../../data/save.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1e1644", | ^~~~~~~~~~~~~ ../../data/save.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #291d4e", | ^~~~~~~~~~~~~ ../../data/save.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #2d284b", | ^~~~~~~~~~~~~ ../../data/save.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #3e3a67", | ^~~~~~~~~~~~~ ../../data/save.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #3f413e", | ^~~~~~~~~~~~~ ../../data/save.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #534d57", | ^~~~~~~~~~~~~ ../../data/save.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #52506c", | ^~~~~~~~~~~~~ ../../data/save.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #605f73", | ^~~~~~~~~~~~~ ../../data/save.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #68696d", | ^~~~~~~~~~~~~ ../../data/save.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #706d86", | ^~~~~~~~~~~~~ ../../data/save.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #788093", | ^~~~~~~~~~~~~ ../../data/save.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #857e92", | ^~~~~~~~~~~~~ ../../data/save.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #8f8d97", | ^~~~~~~~~~~~~ ../../data/save.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9493b0", | ^~~~~~~~~~~~~ ../../data/save.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a49db4", | ^~~~~~~~~~~~~ ../../data/save.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b2b1b8", | ^~~~~~~~~~~~~ ../../data/save.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #9c98c0", | ^~~~~~~~~~~~~ ../../data/save.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a29dc1", | ^~~~~~~~~~~~~ ../../data/save.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b6afc6", | ^~~~~~~~~~~~~ ../../data/save.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c3b6d3", | ^~~~~~~~~~~~~ ../../data/save.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c4c3c6", | ^~~~~~~~~~~~~ ../../data/save.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #d7cee4", | ^~~~~~~~~~~~~ ../../data/save.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e4daf2", | ^~~~~~~~~~~~~ ../../data/save.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #f5f1f4", | ^~~~~~~~~~~~~ ../../data/save.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "166444411111116661<666>111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "6<#@@&>843,,34=*>,%#@@ =11", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "6<+Xo#>73,,245 .>3&@XXX >", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "6<+@o&>4,,3457.%65&@Xo@X =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "61+@o&><,<4577.$14&@XXXX =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "6<+@o&><<45777 o14&@XXXX =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "6<+oo&>4578888%>76*oXXX. =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "6<+Xo&>>-::>:>>,>-*oXXX. =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "6 X699999999999999-= =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "11 =", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/save.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11>======================>" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:84, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/icon_mail.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3 | "48 50 5 1", | ^~~~~~~~~~~ ../../data/icon_mail.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | " s None c None", | ^~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | ". c #000000", | ^~~~~~~~~~~~~ ../../data/icon_mail.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | "X c #B71827", | ^~~~~~~~~~~~~ ../../data/icon_mail.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "o c #FF6145", | ^~~~~~~~~~~~~ ../../data/icon_mail.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "O c #FFFFFF", | ^~~~~~~~~~~~~ ../../data/icon_mail.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | " ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | " ........................... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | " .XXXX.oooooooooooooooooooooo.. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | " .XXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | " .XXXXXXX.o...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | " .XXXXXXX.oo...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | " .XXXXXXXXX.o....OOO.....OOO.....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | " X .XXXXXXXXX.oo..OOOOO...OOOOO....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | " XX .XXXXXXXXX.oo..O..OO...O..OO.....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | " XXX .XXXXXXXXXX.o..O..OO...O..OO.....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | " XXXX .XXXXXXXXXX.o...OOO.....OOO......oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | " XXX .XXXXXXXXXX.o....................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | " X X .XXXXXXXXXX.oo..................ooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | " XX XXXX .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | " XXX XX.XXXXXXXXXX.o....................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | " X.XXXXXXXXXX.o.XXXXXXXXXXXXXXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | " ..........................XXXXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | " .OOOOOOOOOOOOOOOOOOOOOOOO.XXXXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | " .O..........................XXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | " .O.OOOOOOOOOOOOOOOOOOOOOOOO.XXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | " .O.OOOOOOOOOOOOOOOOOOOOOOOO.XXXXXX.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | " .O.OOOOOOOOOOOOOOOOOoooooooooooooooooooo", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | " .......O.OOOOOOOOOOOOOOOOOo...................", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | ".........O.OOOOOOOOOOOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | ".........O.OOOOOOOOOOOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | ".........O.OO.O.O.O.OOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | ".........O.O.O.O.O.O.OOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | ".........O.OOOOOOOOOOOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "...........OO.O.O.O.OOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "...........O.O.O.O.O.OOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "...........OOOOOOOOOOOOOOOOOo.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "............................o.ooo.oooooooooo.oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "...........XX.....XXX.ooooooo.ooo.oooooooooo.oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | " ..........XX......XX.ooooooo.ooo.oooooooooo.oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | " .........XX......XX.oooo..o.ooo............oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | " ........XX......XX.ooo...o.ooooooooooooooooo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | " ......XX......XX.oo....o...................", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | " .............XX.o............ .. .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | " ...........XX.o............. . .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | " ..........XX.o.............. .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | " .......XXX.o. ....... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | " ......XXX.o. ...... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | " ......X.o. ..... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | " ......o. .....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | " ...o. ....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | " ... .... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_mail.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | " "}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:85, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/icon_nomail.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3 | "48 50 6 1", | ^~~~~~~~~~~ ../../data/icon_nomail.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | " s None c None", | ^~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | ". c #000000", | ^~~~~~~~~~~~~ ../../data/icon_nomail.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | "X c #B71827", | ^~~~~~~~~~~~~ ../../data/icon_nomail.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "o c #FF6145", | ^~~~~~~~~~~~~ ../../data/icon_nomail.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "O c #FFFFFF", | ^~~~~~~~~~~~~ ../../data/icon_nomail.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "+ c #F5F4F5", | ^~~~~~~~~~~~~ ../../data/icon_nomail.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | " ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | " ........................... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | " .XXXX.oooooooooooooooooooooo.. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | " .XXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | " .XXXXXXX.o...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | " .XXXXXXX.oo...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | " .XXXXXXXXX.o....O.........O.....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | " X .XXXXXXXXX.oo...OO.......OO.....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | " XX .XXXXXXXXX.oo..OOOO.....OOOO.....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | " XXX .XXXXXXXXXX.o..O.OOO...O.OOO.....oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | " XXXX .XXXXXXXXXX.o...OOO.....OOO......oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | " XXX .XXXXXXXXXX.o....................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | " X X .XXXXXXXXXX.oo..................ooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | " X .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | " XX XXXX .XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | " XXX XX.XXXXXXXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | " X.XXXXXXXXXX.oo...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | " X.XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | " .XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | " .XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | " .XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | " .XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | " .XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | " .........XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "...........XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "...........XXXXXXXXXX.oo.ooo.oooooooooo.oo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "...........XXXXXXXXXX.oo.ooo.oooooooooo.oo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "...........XXXXXXXXXX.oo.ooo.oooooooooo.oo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "...........XXXXXXXXXX.oo.ooo............oo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "...........XXXXXXXXXX.oo.ooooooooooooooooo.oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "...........XXXXXXXXXX.oo...................oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "...........XX...XXXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "...........XX....XXXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "...........XX.....XXX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | " ..........XX......XX.ooooooooooooooooooooooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | " .........XX......XX.oooo...............oooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | " ........XX......XX.ooo............... .ooo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | " ......XX......XX.oo..........+..... .oo. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | " .............XX.o............ .. .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | " ...........XX.o............. . .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | " ..........XX.o.............. .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | " .......XXX.o. ....... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | " ......XXX.o. ...... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | " ......X.o. ..... .o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | " ......o. .....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | " ...o. ....o. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | " ... .... ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/icon_nomail.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | " "}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:86, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/print.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 28 1", | ^~~~~~~~~~~~ ../../data/print.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #09090f", | ^~~~~~~~~~~~~ ../../data/print.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #1b1c24", | ^~~~~~~~~~~~~ ../../data/print.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1d2226", | ^~~~~~~~~~~~~ ../../data/print.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2e2f36", | ^~~~~~~~~~~~~ ../../data/print.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #3a3b45", | ^~~~~~~~~~~~~ ../../data/print.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #3f4247", | ^~~~~~~~~~~~~ ../../data/print.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #443e53", | ^~~~~~~~~~~~~ ../../data/print.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #4a4a53", | ^~~~~~~~~~~~~ ../../data/print.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #5b5c64", | ^~~~~~~~~~~~~ ../../data/print.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #5e6268", | ^~~~~~~~~~~~~ ../../data/print.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #615e69", | ^~~~~~~~~~~~~ ../../data/print.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6e6e75", | ^~~~~~~~~~~~~ ../../data/print.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #7d7c84", | ^~~~~~~~~~~~~ ../../data/print.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #7e8186", | ^~~~~~~~~~~~~ ../../data/print.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #817f8c", | ^~~~~~~~~~~~~ ../../data/print.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #8b8b92", | ^~~~~~~~~~~~~ ../../data/print.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #9c9aa4", | ^~~~~~~~~~~~~ ../../data/print.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9fa2a8", | ^~~~~~~~~~~~~ ../../data/print.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a49caa", | ^~~~~~~~~~~~~ ../../data/print.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #bbbbbc", | ^~~~~~~~~~~~~ ../../data/print.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bebcc4", | ^~~~~~~~~~~~~ ../../data/print.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #c3bcc6", | ^~~~~~~~~~~~~ ../../data/print.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #c0c1bf", | ^~~~~~~~~~~~~ ../../data/print.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #cfced4", | ^~~~~~~~~~~~~ ../../data/print.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #dddde3", | ^~~~~~~~~~~~~ ../../data/print.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #dfe2e4", | ^~~~~~~~~~~~~ ../../data/print.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #e1dee3", | ^~~~~~~~~~~~~ ../../data/print.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #f4f4f7", | ^~~~~~~~~~~~~ ../../data/print.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "11111111112211111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "11111111159965111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "1111111159*,99995111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "111111159* X=59995511111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111176$ .*$ .#1999955,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "111151& o&##%*,#% #*.:59:o", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "555,:,5999961:%%%:5. o:X.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "595=#:59999995:$*9995:,oo.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "69997<&@*15:# #1977996o.o.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "655799981:o +5765155*X.o#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "65115599997165<<35>o .O##.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "65695<1155799953:+. oO#oO.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "65678972<<11559:. .O##Oo#X", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "85598667762,,<2o o##oOOo#.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "72*>166555515<=>5521>557$ooooOO#O .", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ",#1998,:*,2>2<5772>*-5<1OooOOO. o:1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "1111>$&,666:1>,+ooX O,1111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "11119999>Oo%<,<#o $111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "1119999996##o+&. O41111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "119997656,=81*XX:111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "199997765%<511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ",;=>:>:::-9511111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/print.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11:=::===*:,11111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:87, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/send.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/send.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #070b09", | ^~~~~~~~~~~~~ ../../data/send.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #101b20", | ^~~~~~~~~~~~~ ../../data/send.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1a2523", | ^~~~~~~~~~~~~ ../../data/send.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2a3733", | ^~~~~~~~~~~~~ ../../data/send.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #22281e", | ^~~~~~~~~~~~~ ../../data/send.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #36413d", | ^~~~~~~~~~~~~ ../../data/send.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #3c4248", | ^~~~~~~~~~~~~ ../../data/send.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #72341d", | ^~~~~~~~~~~~~ ../../data/send.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #4e5d56", | ^~~~~~~~~~~~~ ../../data/send.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #5c6b65", | ^~~~~~~~~~~~~ ../../data/send.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #646d58", | ^~~~~~~~~~~~~ ../../data/send.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6b6e71", | ^~~~~~~~~~~~~ ../../data/send.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #788878", | ^~~~~~~~~~~~~ ../../data/send.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #7b8787", | ^~~~~~~~~~~~~ ../../data/send.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #956e8b", | ^~~~~~~~~~~~~ ../../data/send.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #84857d", | ^~~~~~~~~~~~~ ../../data/send.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #8c988f", | ^~~~~~~~~~~~~ ../../data/send.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9ba895", | ^~~~~~~~~~~~~ ../../data/send.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #a89f81", | ^~~~~~~~~~~~~ ../../data/send.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c Gray74", | ^~~~~~~~~~~~ ../../data/send.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #a99ea9", | ^~~~~~~~~~~~~ ../../data/send.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b9c8b7", | ^~~~~~~~~~~~~ ../../data/send.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #bdcbc5", | ^~~~~~~~~~~~~ ../../data/send.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c3b8b9", | ^~~~~~~~~~~~~ ../../data/send.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c5b5c3", | ^~~~~~~~~~~~~ ../../data/send.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #c2c3be", | ^~~~~~~~~~~~~ ../../data/send.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d5c089", | ^~~~~~~~~~~~~ ../../data/send.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #ced6ce", | ^~~~~~~~~~~~~ ../../data/send.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #d6e5d9", | ^~~~~~~~~~~~~ ../../data/send.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #daebe3", | ^~~~~~~~~~~~~ ../../data/send.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e2e7dd", | ^~~~~~~~~~~~~ ../../data/send.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #eff9f2", | ^~~~~~~~~~~~~ ../../data/send.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "9qqqqqq0q0000000000qqqe911", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "002929ewqqq00000090999e$*1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "09;622eqqq090999990<;#0oO1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "09;65;20q00009999908O#eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "0w19955q00009999990>XowoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "0ewwweqe000q00999999q9eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "0wwww9%34=*2-009999494eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "0w0wq0>9,>2,1921994393eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "0wwqq02,>,>:3>,2q99933eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "0w0qq9==,:,-1=,$&&:943eoX1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "0qqq004093717,41123973eo.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "0w00000000099999997333eo.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "0eeeeeeeeeeeeeeeeeeeeee+.1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "9%%$$$$$$$$$$$$$$$$$$$% X1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "1*X @1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "11111111111111111111111171", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "11111111111111111111111111", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/send.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "11111111111111111111111111" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:88, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/view.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/view.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #060806", | ^~~~~~~~~~~~~ ../../data/view.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #1a231a", | ^~~~~~~~~~~~~ ../../data/view.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #262b1d", | ^~~~~~~~~~~~~ ../../data/view.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #2c2f2b", | ^~~~~~~~~~~~~ ../../data/view.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #1b2523", | ^~~~~~~~~~~~~ ../../data/view.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #351950", | ^~~~~~~~~~~~~ ../../data/view.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #3b4237", | ^~~~~~~~~~~~~ ../../data/view.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #3d4441", | ^~~~~~~~~~~~~ ../../data/view.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #4e1771", | ^~~~~~~~~~~~~ ../../data/view.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #46493d", | ^~~~~~~~~~~~~ ../../data/view.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #4c504b", | ^~~~~~~~~~~~~ ../../data/view.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #6d716d", | ^~~~~~~~~~~~~ ../../data/view.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #615866", | ^~~~~~~~~~~~~ ../../data/view.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #473c34", | ^~~~~~~~~~~~~ ../../data/view.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #756885", | ^~~~~~~~~~~~~ ../../data/view.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #788678", | ^~~~~~~~~~~~~ ../../data/view.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #7e8482", | ^~~~~~~~~~~~~ ../../data/view.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #9f654d", | ^~~~~~~~~~~~~ ../../data/view.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #8f70a5", | ^~~~~~~~~~~~~ ../../data/view.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #c88f78", | ^~~~~~~~~~~~~ ../../data/view.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #898d8a", | ^~~~~~~~~~~~~ ../../data/view.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #a589ba", | ^~~~~~~~~~~~~ ../../data/view.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b7b7b7", | ^~~~~~~~~~~~~ ../../data/view.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #a09ea2", | ^~~~~~~~~~~~~ ../../data/view.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #b9a7ca", | ^~~~~~~~~~~~~ ../../data/view.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ab8bc6", | ^~~~~~~~~~~~~ ../../data/view.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #b8c3b7", | ^~~~~~~~~~~~~ ../../data/view.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c7b8d5", | ^~~~~~~~~~~~~ ../../data/view.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cfd4d0", | ^~~~~~~~~~~~~ ../../data/view.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #dee5de", | ^~~~~~~~~~~~~ ../../data/view.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #fbfcfb", | ^~~~~~~~~~~~~ ../../data/view.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #eedfda", | ^~~~~~~~~~~~~ ../../data/view.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "4444445&.XoOo=504444444444", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "42225& .o&&&#. =52:2222544", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "4*qw* &0wwwwww8 =wq000wX*4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "42wq =wwwwwwwwww@8wwwwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "42w# 4www05**50wq q0wwwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "45w &0q* .o5.&6wwwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "450 :qo o....Xo&oowwqwoX4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "450 5& 2wwwww0%. ;<w0wo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "42wqq0X oo *-4wwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "42wwww*.:=++==65.oeeqwwo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "42w5;33& @3663o...&e,0wo.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "42w5*0225&o. o&:4&.&e,w#.4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "42w660<3w3<;22qww4o.%e1 O4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "42wwww0<<633q7<<93* &e,o4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "42w53;<<<<<<<9:8&07= &e=4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "42wwwwwwwwwwwwwwwwww0&o. 4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "4:qqqqqqqqqqqqqqqqqqw5@ o4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "4o 4", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/view.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "45222222222222222222>>>**4" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:89, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/reply.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/reply.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c Gray6", | ^~~~~~~~~~~ ../../data/reply.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2e2e2d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #1e1b1b", | ^~~~~~~~~~~~~ ../../data/reply.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #4a1302", | ^~~~~~~~~~~~~ ../../data/reply.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #731100", | ^~~~~~~~~~~~~ ../../data/reply.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #423429", | ^~~~~~~~~~~~~ ../../data/reply.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #565553", | ^~~~~~~~~~~~~ ../../data/reply.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #59676e", | ^~~~~~~~~~~~~ ../../data/reply.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #727274", | ^~~~~~~~~~~~~ ../../data/reply.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #485c61", | ^~~~~~~~~~~~~ ../../data/reply.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #777c82", | ^~~~~~~~~~~~~ ../../data/reply.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #768d97", | ^~~~~~~~~~~~~ ../../data/reply.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #942c0f", | ^~~~~~~~~~~~~ ../../data/reply.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #817d7e", | ^~~~~~~~~~~~~ ../../data/reply.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #a77357", | ^~~~~~~~~~~~~ ../../data/reply.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #ea3c03", | ^~~~~~~~~~~~~ ../../data/reply.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #fe4f0d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #ec6032", | ^~~~~~~~~~~~~ ../../data/reply.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #df7645", | ^~~~~~~~~~~~~ ../../data/reply.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #89542d", | ^~~~~~~~~~~~~ ../../data/reply.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #807f80", | ^~~~~~~~~~~~~ ../../data/reply.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #e3864c", | ^~~~~~~~~~~~~ ../../data/reply.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #929092", | ^~~~~~~~~~~~~ ../../data/reply.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #a29f9f", | ^~~~~~~~~~~~~ ../../data/reply.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #a19ea2", | ^~~~~~~~~~~~~ ../../data/reply.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #bbbabb", | ^~~~~~~~~~~~~ ../../data/reply.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #c2bebf", | ^~~~~~~~~~~~~ ../../data/reply.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d8a180", | ^~~~~~~~~~~~~ ../../data/reply.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #c4bec0", | ^~~~~~~~~~~~~ ../../data/reply.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #d5d3d5", | ^~~~~~~~~~~~~ ../../data/reply.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e1dee1", | ^~~~~~~~~~~~~ ../../data/reply.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #fdfcfd", | ^~~~~~~~~~~~~ ../../data/reply.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "7qqqqqqqqqqqqqw47777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "7qeeeeeeeeeeeee.7777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "7qe-4$284-04eee qeeeeeeq#7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "7qe654454$4$6eeXwwqqwqew 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "7qe66$4446644eeXeeeee44e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "7qe4$66446647ee 87wee4#e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "7qe44444$7444ee 4$5we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "7qe4$44646$47eeX44$qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "7qe64455@@644eeX46-we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7qe64693<+*44eeX444we4$eX7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "7qe6&;33<, #wee.$44qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "7qe54#13<<, * eX$45we4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7qe4$& =,,,:OOeX65#7e4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "7qe644& =>>>>OeX$44ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "7qe44604X=>>>Oe.475ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "7qe4@$46%o>>>=e.445qe4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "7qeeeeeeXoooo e.56$ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "7qeeeeee5%###$eX#44ee4$e 7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "7@ .XX 44$ee54eX7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "76$$$$#eeeeeeeeeeewee6.$X7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "7777777eeeeeeeeeeeeee7 @$7", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "77777777. XXXXXXXXXX. 777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "77777777745555555555556777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "77777777777777777777777777", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/reply.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "77777777777777777777777777" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:90, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/forward.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 19 1", | ^~~~~~~~~~~~ ../../data/forward.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #10100f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2d2c2c", | ^~~~~~~~~~~~~ ../../data/forward.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #5a5957", | ^~~~~~~~~~~~~ ../../data/forward.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #5f656a", | ^~~~~~~~~~~~~ ../../data/forward.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #605e5a", | ^~~~~~~~~~~~~ ../../data/forward.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #737274", | ^~~~~~~~~~~~~ ../../data/forward.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #817d7e", | ^~~~~~~~~~~~~ ../../data/forward.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #817f82", | ^~~~~~~~~~~~~ ../../data/forward.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #85837f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #929092", | ^~~~~~~~~~~~~ ../../data/forward.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #a19e9f", | ^~~~~~~~~~~~~ ../../data/forward.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #a29fa1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a4a09c", | ^~~~~~~~~~~~~ ../../data/forward.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c Gray73", | ^~~~~~~~~~~~ ../../data/forward.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #c2bebf", | ^~~~~~~~~~~~~ ../../data/forward.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #c6bfc1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #d4d1d3", | ^~~~~~~~~~~~~ ../../data/forward.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #e1dde1", | ^~~~~~~~~~~~~ ../../data/forward.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #fdfcfd", | ^~~~~~~~~~~~~ ../../data/forward.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "--------------------------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "->,>>>>>>>>>>>,%----------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "-,<<<<<<<<<<<<<.----------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "-><@%+#;%@:%<<< ><<<<<<>o-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "-><*&%%&%+%+*<< ,>:>>><, -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "-><**+%%%**%%<< <<<<<%%< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "-><%+*&%%*&+*<< ;-,<<%o< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "-><%%%%>%%>%<<< %+&,<&o< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "-><*&%%-&%*+><<.%%+><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "-><**+%%%&%+%<< %*@,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "-><&%%%%%-*%%<< %%%,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "-><%+*&*%&-%,<<.+%%><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "-><%&%%>%%>%<<< +%&,<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "-><**%%%&%%+%<< *&o-<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "-><&&+%#%-*%%<< +%%<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "-><%o-=&$==+-<< %-&<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "-><%XOOOOOX><<<.%%&><%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "-,<<<<<<<<<<<<<.&*+<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "-><<<<<<<<<<<<< o%%<<%+< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "-X .. %%o<<&%< -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "-*o+++o<<<<<<<<<<<,<<*.+ -", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "-------<<<<<<<<<<<<<<- Xo-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "--------. . ---", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "---------%&&&&&&&&&&&&*---", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "--------------------------", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/forward.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "--------------------------" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:91, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/move.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/move.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #0e0c0c", | ^~~~~~~~~~~~~ ../../data/move.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #312c2b", | ^~~~~~~~~~~~~ ../../data/move.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #281a19", | ^~~~~~~~~~~~~ ../../data/move.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #3f4243", | ^~~~~~~~~~~~~ ../../data/move.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #4d342f", | ^~~~~~~~~~~~~ ../../data/move.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #6e3125", | ^~~~~~~~~~~~~ ../../data/move.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #564339", | ^~~~~~~~~~~~~ ../../data/move.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #69493e", | ^~~~~~~~~~~~~ ../../data/move.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #545050", | ^~~~~~~~~~~~~ ../../data/move.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #6f4f48", | ^~~~~~~~~~~~~ ../../data/move.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #726e70", | ^~~~~~~~~~~~~ ../../data/move.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #786856", | ^~~~~~~~~~~~~ ../../data/move.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #2b3b46", | ^~~~~~~~~~~~~ ../../data/move.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #8e2808", | ^~~~~~~~~~~~~ ../../data/move.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #936952", | ^~~~~~~~~~~~~ ../../data/move.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #936958", | ^~~~~~~~~~~~~ ../../data/move.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #dd3803", | ^~~~~~~~~~~~~ ../../data/move.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #f9551c", | ^~~~~~~~~~~~~ ../../data/move.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #f36e42", | ^~~~~~~~~~~~~ ../../data/move.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #a0482a", | ^~~~~~~~~~~~~ ../../data/move.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #827d81", | ^~~~~~~~~~~~~ ../../data/move.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #ad865d", | ^~~~~~~~~~~~~ ../../data/move.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b28d6d", | ^~~~~~~~~~~~~ ../../data/move.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #948279", | ^~~~~~~~~~~~~ ../../data/move.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #d3905f", | ^~~~~~~~~~~~~ ../../data/move.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #ad998a", | ^~~~~~~~~~~~~ ../../data/move.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #bdbdbc", | ^~~~~~~~~~~~~ ../../data/move.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #9c9594", | ^~~~~~~~~~~~~ ../../data/move.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #cab29b", | ^~~~~~~~~~~~~ ../../data/move.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #d1c6b8", | ^~~~~~~~~~~~~ ../../data/move.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #e9d0b2", | ^~~~~~~~~~~~~ ../../data/move.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #d0cdc8", | ^~~~~~~~~~~~~ ../../data/move.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "888888888888888888qqq07788", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "8888888888888888eqw0447#88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "88888888888888eqw04334q@88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "8888888888qq7*704;:477q@88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "888888888e00w7O;;:77040O88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "8888888qqw04;4$;3444434O98", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "88888qww03;*;7$34333334%&8", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "888eqw4:%%;;;0$;;;;33307O8", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "qww04:%%#%*;;5$;:;333400;:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "q*97#%$%%*;66O ::3334704%%", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "7 8@%$%%6666<-@;3444;O.99", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "7 X8O@O%@@;6<<<1 &:;O.X&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "7 O8@@O%%@ 1<<<,>X- %:;&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "7 O8OO@@#;% 1,,,,,>.46&&88", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "7 O8OOO@@#;% -,,,,>.331588", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "7X$4#OOO@@OX@ >,,,>.66#$98", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "7X&;:OOOXX.@# ----+@;. .$9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "7X:O:.XX.@%;;:=%*o .$&9", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "7X5 XX.#%%%;;4%;O .$$&988", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "7X7OO@@%%%%:*3. .$$298888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "7X8O@@@#%%%. X .$&98888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "7 0OO#%%#X .o$&9888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "7 8O##O .$&&988888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "& 0OX .o$&98e888888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "& X .$$&98888888888888888", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/move.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "89$$&&&9888888888888888888" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:92, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/delete.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/delete.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #057500", | ^~~~~~~~~~~~~ ../../data/delete.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #4e521c", | ^~~~~~~~~~~~~ ../../data/delete.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #555932", | ^~~~~~~~~~~~~ ../../data/delete.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #676934", | ^~~~~~~~~~~~~ ../../data/delete.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #76794f", | ^~~~~~~~~~~~~ ../../data/delete.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #797d62", | ^~~~~~~~~~~~~ ../../data/delete.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #2b840a", | ^~~~~~~~~~~~~ ../../data/delete.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #3b832e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #57913a", | ^~~~~~~~~~~~~ ../../data/delete.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #788f6e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #679656", | ^~~~~~~~~~~~~ ../../data/delete.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #7d8d89", | ^~~~~~~~~~~~~ ../../data/delete.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #828359", | ^~~~~~~~~~~~~ ../../data/delete.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #898c72", | ^~~~~~~~~~~~~ ../../data/delete.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #97aa70", | ^~~~~~~~~~~~~ ../../data/delete.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #8f958e", | ^~~~~~~~~~~~~ ../../data/delete.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #abad96", | ^~~~~~~~~~~~~ ../../data/delete.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #bcbcbb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #94aca3", | ^~~~~~~~~~~~~ ../../data/delete.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #b2b3cf", | ^~~~~~~~~~~~~ ../../data/delete.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bbbbf8", | ^~~~~~~~~~~~~ ../../data/delete.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b2c2ab", | ^~~~~~~~~~~~~ ../../data/delete.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b8c2ee", | ^~~~~~~~~~~~~ ../../data/delete.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #c9a9b1", | ^~~~~~~~~~~~~ ../../data/delete.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c6bcfb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #d1bdd4", | ^~~~~~~~~~~~~ ../../data/delete.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #c8d1b4", | ^~~~~~~~~~~~~ ../../data/delete.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #c7c9cb", | ^~~~~~~~~~~~~ ../../data/delete.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #c9c5fe", | ^~~~~~~~~~~~~ ../../data/delete.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #eccefe", | ^~~~~~~~~~~~~ ../../data/delete.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c Gray98", | ^~~~~~~~~~~~ ../../data/delete.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #e2ead5", | ^~~~~~~~~~~~~ ../../data/delete.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | ",,,991,<,9997,,9,>,,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "9901:-+>0www79wwwq<,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "1,%..wq81www50we>w6>,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | ">0010q78e9ww5:e8q:9,01,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | ">2002221q,9w5==wwq1-1009,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | ">202222222165O8wwwq13e>oX,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | ",>022222222411ewwww0;O..X,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | ",>02260000220220we>O.XXXX,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | ",>20603<<00062222=.XXXX.:,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | ",>2061& <020200oXXXXX.:,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | ",>20&@0q4# #%0202XXXXXXX,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | ",,12 %00qq $0202.XXXXXX,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | ",,>02 @202$ @060,.XXXX.-,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | ",,>00 <0661<<060:.XXXX.>,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ",,>20$%026004<00=.XXXXX,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | ",,>101@60200;-00OXXXXXX,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | ",,>100%:002q$%02XXXXX.+,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | ",,,>000&21&, :01.XXXX.,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | ",,,>0204< ,01.XXXX.,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | ",,,,006600 *00-.XXXX+,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | ",,,>+10000:@000+.XXX.+,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | ",,,,>O%10002000OXXXX.>,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | ",,,,,,>O=100602XXXXXX,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | ",,,,,,,,>O=1001.XX.X-,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | ",,,,,,,,,,>O%11..X%,,,,,,,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/delete.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | ",,,,,,,,,,,,>-OX->,,,,,,,," | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./pixmaps.h:93, from ./xfmail.h:61, from xfmail.cpp:40: ../../data/edit.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "26 26 32 1", | ^~~~~~~~~~~~ ../../data/edit.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | " c #090b04", | ^~~~~~~~~~~~~ ../../data/edit.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | ". c #2b1105", | ^~~~~~~~~~~~~ ../../data/edit.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | "X c #29332d", | ^~~~~~~~~~~~~ ../../data/edit.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "o c #372612", | ^~~~~~~~~~~~~ ../../data/edit.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | "O c #5b320c", | ^~~~~~~~~~~~~ ../../data/edit.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | "+ c #6b441d", | ^~~~~~~~~~~~~ ../../data/edit.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "@ c #686d66", | ^~~~~~~~~~~~~ ../../data/edit.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | "# c #2f4041", | ^~~~~~~~~~~~~ ../../data/edit.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | "$ c #78847c", | ^~~~~~~~~~~~~ ../../data/edit.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "% c #7b8a85", | ^~~~~~~~~~~~~ ../../data/edit.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | "& c #9b6024", | ^~~~~~~~~~~~~ ../../data/edit.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | "* c #9a6959", | ^~~~~~~~~~~~~ ../../data/edit.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "= c #a17f98", | ^~~~~~~~~~~~~ ../../data/edit.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | "- c #a98a67", | ^~~~~~~~~~~~~ ../../data/edit.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | "; c #eb9024", | ^~~~~~~~~~~~~ ../../data/edit.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | ": c #d49f71", | ^~~~~~~~~~~~~ ../../data/edit.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | "> c #89928a", | ^~~~~~~~~~~~~ ../../data/edit.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | ", c #99a699", | ^~~~~~~~~~~~~ ../../data/edit.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | "< c #b2b5b2", | ^~~~~~~~~~~~~ ../../data/edit.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "1 c #a5a1a3", | ^~~~~~~~~~~~~ ../../data/edit.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | "2 c #bebfc0", | ^~~~~~~~~~~~~ ../../data/edit.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | "3 c #b8c7b9", | ^~~~~~~~~~~~~ ../../data/edit.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | "4 c #b8d1cb", | ^~~~~~~~~~~~~ ../../data/edit.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "5 c #d5b29e", | ^~~~~~~~~~~~~ ../../data/edit.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | "6 c #c0ccbf", | ^~~~~~~~~~~~~ ../../data/edit.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | "7 c #cfd8cd", | ^~~~~~~~~~~~~ ../../data/edit.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "8 c #d6e5d8", | ^~~~~~~~~~~~~ ../../data/edit.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | "9 c #d9f0e7", | ^~~~~~~~~~~~~ ../../data/edit.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "0 c #e2e5da", | ^~~~~~~~~~~~~ ../../data/edit.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | "q c #f4fbf5", | ^~~~~~~~~~~~~ ../../data/edit.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "w c #d6dedf", | ^~~~~~~~~~~~~ ../../data/edit.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | "e c #c1afc0", | ^~~~~~~~~~~~~ ../../data/edit.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | "888888888888888888888872<1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "q<77-5", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | "9=1e179888778777773*&-4O;:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | "9=<1117988887877770*#*:;&-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "9<28717888878777777XX&;&+-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | "99999qq009888777777w-;&&&-", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | "9w80q>>7,@1><887774-;&&&O*", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | "9w0091<41>3,70<874*;&&&+ @", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | "98089<,>>>@>@@#47-;&&&+. @", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "9w8991@,>1,,1119-;&&&+. .1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "98988343<13,3<7:;&&&+ .X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "98888888808099;;&&&+ .o.X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "9qqqqqqqqqqq9-;&&&+.. < X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "1@@@@$%$$$$%5;&& + ..@@ X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | ">> 5*&&&o o X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | "1%qqqq887,855:*o .5q9qX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "<>q978317181:*.. @q89qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | "<>q,@<,%<95:& .o*0q<7qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | "<>q>>8,,344O.o&5q78qqqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | "<>q337>,qX &5qqqqq9qqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "<>qqqq81< #4qqqqqq3$3qqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | "<>q,1@$7$X$>,3,3$6,@$qqqqqqq8137qqqqqqqqqqX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | "<$87777788,-$$>,787777qX <", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | "<@ X<", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../data/edit.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | "<<<<<<<<<<<<<<<<<<<<<<<<<<" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from xfmail.cpp:40: ./xfmail.h:109:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 109 | {"-geometry", "*geometry", XrmoptionSepArg, 0}, | ^~~~~~~~~~~ ./xfmail.h:109:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 109 | {"-geometry", "*geometry", XrmoptionSepArg, 0}, | ^~~~~~~~~~~ ./xfmail.h:110:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 110 | {"-iconic", ".iconic", XrmoptionNoArg, "1"}, | ^~~~~~~~~ ./xfmail.h:110:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 110 | {"-iconic", ".iconic", XrmoptionNoArg, "1"}, | ^~~~~~~~~ ./xfmail.h:110:41: warning: ISO C++ forbids converting a string constant to 'XPointer' {aka 'char*'} [-Wwrite-strings] 110 | {"-iconic", ".iconic", XrmoptionNoArg, "1"}, | ^~~ ./xfmail.h:111:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 111 | {"-compose", ".compose", XrmoptionNoArg, "1"}, | ^~~~~~~~~~ ./xfmail.h:111:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 111 | {"-compose", ".compose", XrmoptionNoArg, "1"}, | ^~~~~~~~~~ ./xfmail.h:111:43: warning: ISO C++ forbids converting a string constant to 'XPointer' {aka 'char*'} [-Wwrite-strings] 111 | {"-compose", ".compose", XrmoptionNoArg, "1"}, | ^~~ ./xfmail.h:112:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 112 | {"-withhdr", ".withhdr", XrmoptionNoArg, "1"}, | ^~~~~~~~~~ ./xfmail.h:112:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 112 | {"-withhdr", ".withhdr", XrmoptionNoArg, "1"}, | ^~~~~~~~~~ ./xfmail.h:112:43: warning: ISO C++ forbids converting a string constant to 'XPointer' {aka 'char*'} [-Wwrite-strings] 112 | {"-withhdr", ".withhdr", XrmoptionNoArg, "1"}, | ^~~ ./xfmail.h:113:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 113 | {"-message", ".message", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:113:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 113 | {"-message", ".message", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:114:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 114 | {"-subject", ".subject", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:114:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 114 | {"-subject", ".subject", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:115:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 115 | {"-s", ".subject", XrmoptionSepArg, 0}, | ^~~~ ./xfmail.h:115:9: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 115 | {"-s", ".subject", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:116:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 116 | {"-cfgdir", ".cfgdir", XrmoptionSepArg, 0}, | ^~~~~~~~~ ./xfmail.h:116:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 116 | {"-cfgdir", ".cfgdir", XrmoptionSepArg, 0}, | ^~~~~~~~~ ./xfmail.h:117:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 117 | {"-cfgfile", ".cfgfile", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:117:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 117 | {"-cfgfile", ".cfgfile", XrmoptionSepArg, 0}, | ^~~~~~~~~~ ./xfmail.h:118:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 118 | {"-readonly", ".readonly", XrmoptionNoArg, "1"}, | ^~~~~~~~~~~ ./xfmail.h:118:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 118 | {"-readonly", ".readonly", XrmoptionNoArg, "1"}, | ^~~~~~~~~~~ ./xfmail.h:118:45: warning: ISO C++ forbids converting a string constant to 'XPointer' {aka 'char*'} [-Wwrite-strings] 118 | {"-readonly", ".readonly", XrmoptionNoArg, "1"}, | ^~~ ./xfmail.h:119:3: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 119 | {"-help", ".help", XrmoptionNoArg, "1"} | ^~~~~~~ ./xfmail.h:119:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 119 | {"-help", ".help", XrmoptionNoArg, "1"} | ^~~~~~~ ./xfmail.h:119:37: warning: ISO C++ forbids converting a string constant to 'XPointer' {aka 'char*'} [-Wwrite-strings] 119 | {"-help", ".help", XrmoptionNoArg, "1"} | ^~~ ./xfmail.h:176:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 176 | "... Add addresses to the recipient list", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:177:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 177 | "-help this message", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:178:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 178 | "-display host:dpy display name", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:179:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 179 | "-geometry geom initial geometry", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:180:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 180 | "-private private colormap", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:181:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 181 | "-shared shared colormap", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:182:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 182 | "-standard standard colormap", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:183:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 183 | "-double double buffering", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:184:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 184 | "-bw width controls border width (-3 ... 3)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:185:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 185 | "-iconic start iconic", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:186:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 186 | "-readonly don't modify configuration files", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:187:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 187 | "-cfgfile file configuration file name", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:188:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 188 | "-cfgdir dir where all configuration files are", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:189:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 189 | "-compose display compose window only", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:190:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 190 | "-message file take composed message from file (- stdin)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:191:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 191 | "-withhdr message in specified file includes header", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:192:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 192 | "-subject subject specify subject of composed message", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xfmail.h:193:2: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 193 | "-s subject same as -subject", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp: In function 'void set_main_icon(int, char*)': xfmail.cpp:130:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 130 | classHint.res_name = "xfmail"; | ^~~~~~~~ xfmail.cpp:131:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 131 | classHint.res_class = "XFMail"; | ^~~~~~~~ xfmail.cpp: In function 'char* get_msg_line(_mail_msg*)': xfmail.cpp:658:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 658 | *apref = ""; | ^~ In file included from ./xfmail.h:44, from xfmail.cpp:40: ../../src/mail/fmail.h:815:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 815 | #define MIME_C_LENGTH "Content-Length" | ^~~~~~~~~~~~~~~~ xfmail.cpp:716:29: note: in expansion of macro 'MIME_C_LENGTH' 716 | (fld = find_field(msg, MIME_C_LENGTH))) | ^~~~~~~~~~~~~ xfmail.cpp:748:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 748 | apref = ""; | ^~ xfmail.cpp: In function 'void cb_menu_help(FL_OBJECT*, long int)': xfmail.cpp:1960:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1960 | set_mime_descr(mime, "Filtering rules file"); | ^~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:1965:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1965 | set_mime_descr(mime, "XFdefaults file"); | ^~~~~~~~~~~~~~~~~ xfmail.cpp:1970:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1970 | set_mime_descr(mime, "Folders file"); | ^~~~~~~~~~~~~~ xfmail.cpp:1976:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1976 | set_mime_descr(mime, "Configuration file"); | ^~~~~~~~~~~~~~~~~~~~ xfmail.cpp:1997:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1997 | update_message_text(msg, "subscribe xfmail-users\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:2016:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2016 | update_message_text(msg, "unsubscribe xfmail-users\n"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp: In function 'void clean_exit(int)': xfmail.cpp:2279:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2279 | Config.setFlags("placement", CF_NOTCHANGED); | ^~~~~~~~~~~ xfmail.cpp:2283:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2283 | Config.setFlags("sfolder", CF_NOTCHANGED); | ^~~~~~~~~ xfmail.cpp: In function 'void update_title()': xfmail.cpp:2594:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 2594 | set_main_icon(0, "XFMail"); | ^~~~~~~~ In file included from ./xfmail.h:44, from xfmail.cpp:40: xfmail.cpp: In function 'void cb_menu_send(FL_OBJECT*, long int)': ../../src/mail/fmail.h:279:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 279 | #define BOUNCE_ORGMSG "XF-BncOrgMsg" /* pointer to original message */ | ^~~~~~~~~~~~~~ xfmail.cpp:3114:19: note: in expansion of macro 'BOUNCE_ORGMSG' 3114 | add_field(msg, BOUNCE_ORGMSG, get_msg_url(current_message)); | ^~~~~~~~~~~~~ --- help.o --- if c++ -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../data -I../../src/editor -I../../src/mail -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include -DUSE_SOUND -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/local/include -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o `test -f 'help.cpp' || echo './'`help.cpp; then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi --- xfmail.o --- xfmail.cpp: In function 'void disp_infowindow(void*, int)': xfmail.cpp:4231:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4231 | Config.setFlags("infogeom", CF_NOTCHANGED); | ^~~~~~~~~~ xfmail.cpp: In function 'int msg_preview_addr(char*, mail_addr*)': xfmail.cpp:4931:12: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4931 | prefix = " "; | ^~~ xfmail.cpp: In function 'int msg_preview_header(_mail_msg*)': xfmail.cpp:4976:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4976 | msg_preview_addr("Sender: ", msg->header->Sender); | ^~~~~~~~~~ xfmail.cpp:4977:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4977 | msg_preview_addr("From: ", msg->header->From); | ^~~~~~~~ xfmail.cpp:4978:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4978 | msg_preview_addr("To: ", msg->header->To); | ^~~~~~ xfmail.cpp:4998:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4998 | msg_preview_addr("Cc: ", msg->header->Cc); | ^~~~~~ xfmail.cpp:4999:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4999 | msg_preview_addr("Bcc: ", msg->header->Bcc); | ^~~~~~~ xfmail.cpp:5000:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5000 | fl_add_textedit_line(msgpane, ""); | ^~ xfmail.cpp: In function 'int msg_preview(_mail_msg*)': xfmail.cpp:5031:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5031 | fl_add_textedit_line(msgpane, "MESSAGE NO LONGER EXISTS"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:5057:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5057 | "MESSAGE BODY RESIDES ON THE REMOTE SERVER"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:5089:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5089 | "MESSAGE BODY RESIDES ON THE REMOTE SERVER"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:5152:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5152 | fl_add_textedit_line(msgpane, "NO TEXT TO PREVIEW"); | ^~~~~~~~~~~~~~~~~~~~ xfmail.cpp:5254:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5254 | "CAN NOT PREVIEW THE WHOLE MESSAGE"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xfmail.cpp:5285:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5285 | fl_add_textedit_line(msgpane, ""); | ^~ xfmail.cpp:5286:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5286 | fl_add_textedit_line(msgpane, "MIME attachments:"); | ^~~~~~~~~~~~~~~~~~~ xfmail.cpp: In function 'int main(int, char**)': xfmail.cpp:5563:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5563 | Config.setFlags("fbrowser", CF_NOTCHANGED); | ^~~~~~~~~~ xfmail.cpp:5567:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5567 | Config.setFlags("msgpane", CF_NOTCHANGED); | ^~~~~~~~~ xfmail.cpp:5742:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5742 | Config.setFlags("nntpasswd", DONT_STORE | CF_UNSECURE); | ^~~~~~~~~~~ xfmail.cpp:5744:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5744 | Config.setFlags("nntpasswd", CF_UNSECURE); | ^~~~~~~~~~~ xfmail.cpp:5745:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5745 | Config.setFlags("placement", CF_NOTCHANGED); | ^~~~~~~~~~~ xfmail.cpp:5746:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5746 | Config.setFlags("msgformsize", CF_NOTCHANGED); | ^~~~~~~~~~~~~ xfmail.cpp:5747:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5747 | Config.setFlags("sfolder", CF_NOTCHANGED); | ^~~~~~~~~ xfmail.cpp:5857:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5857 | set_main_icon(havemail, "XFMail"); | ^~~~~~~~ *** [xfmail.o] Error code 1 bmake[2]: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src/ui --- help.o --- In file included from help.cpp:45: help.h:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3 | "%Start", | ^~~~~~~~ help.h:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 4 | "", | ^~ help.h:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 5 | "@N@C1@l@c@bXFmail", | ^~~~~~~~~~~~~~~~~~~ help.h:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 6 | "", | ^~ help.h:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 7 | " See the XFmail home page: http://www.xfmail.org ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 8 | "", | ^~ help.h:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 9 | " Copyright (c) 1998-2004", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 10 | " The Archimedes Team (http://archimedes.sourceforge.net)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 11 | "", | ^~ help.h:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12 | " Copyright (c) 1995-1998", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 13 | " Gennady B. Sorokopud (gena@NetVision.net.il)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 14 | "", | ^~ help.h:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 15 | " Copyright (c) 1995", | ^~~~~~~~~~~~~~~~~~~~~ help.h:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 16 | " Ugen. J. S. Antsilevich (ugen@latte.worldbank.org) ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 17 | "", | ^~ help.h:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 18 | " Code by the above authors is variously licensed under the ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 19 | " GNU General Public License, or GNU Library General License.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 20 | " (See headers of source code files for details.)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 21 | " Code by Gennady B. Sorokopud and Ugen. J. S. Antsilevich was", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 22 | " previously licensed under different terms, and is relicensed", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 23 | " under the GPL/LGPL with their permission.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 24 | "", | ^~ help.h:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 25 | " This program may also incorporate some or all or the following", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 26 | " code by other authors, under other license terms, as specified", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 27 | " in the source code:", | ^~~~~~~~~~~~~~~~~~~~~~ help.h:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 28 | "", | ^~ help.h:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 29 | " Implementation of RSA Data Security Inc, MD5 Message-Digest Algorithm, ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 30 | " Copyright (c) 1991-2 RSA Data Security Inc (md5.c).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | "", | ^~ help.h:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 32 | " Compface library: Copyright (c) 1990 James Ashton.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 33 | "", | ^~ help.h:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 34 | " Code Copyright (c) 1987 X Consortium (RdBitF.c).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | "", | ^~ help.h:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 36 | " GNU Regex: Copyright (c) 1993 Free Software Foundation.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 37 | "", | ^~ help.h:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 38 | " Text Editor library (c) 1996 Mark Van Kempen.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 39 | "", | ^~ help.h:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 40 | " This program requires, and is linked to, the XFORMS library,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 41 | " (Copyright(c) 1996-98 by T.C. Zhao and Mark Overmars).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 42 | "", | ^~ help.h:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 43 | " This program is free software; you can redistribute it and/or modify ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 44 | " it under the terms of the GNU General Public License as published by", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 45 | " the Free Software Foundation; either version 2 of the License, or ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 46 | " (at your option) any later version.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 47 | "", | ^~ help.h:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 48 | "@b This program is distributed in the hope that it will be useful,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | "@b but WITHOUT ANY WARRANTY, without even the implied warranty of", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 50 | "@b MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 51 | "@b GNU General Public License for more details.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 52 | "", | ^~ help.h:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 53 | " See the file 'COPYING'.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 54 | "", | ^~ help.h:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | " You should have received a copy of the GNU General Public License", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 56 | " along with this program; if not, write to the Free Software", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 57 | " Foundation, Inc., 59 Temple Place, Suite 330, Boston MA 02111-1307, USA.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 58 | "", | ^~ help.h:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | " Additional Permissions granted:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 60 | "", | ^~ help.h:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 61 | " This program is designed to use the XForms library, so we consider", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 62 | " permission to link to that non-GPL-compatible library is implicit.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 63 | " However, in case this is not considered so, we explicitly state:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:64:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | "", | ^~ help.h:65:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 65 | " 'As a special exception, the Archimedes Project, with the permission", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:66:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 66 | " of all earlier copyright holders, formally gives permission to link", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:67:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 67 | " this program with the XForms library, and distribute the resulting", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 68 | " executable without the source code for XForms in the source", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:69:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 69 | " distribution'.", | ^~~~~~~~~~~~~~~~~ help.h:70:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 70 | "", | ^~ help.h:71:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 71 | " Permission to link to the Compface library, which this program is ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:72:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 72 | " designed to optionally use and for which source code is provided ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:73:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 73 | " (but which may have a GPL-incompatible license), is also formally given ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:74:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 74 | " on the same terms as for linking to the XForms library. ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:75:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 75 | "", | ^~ help.h:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 76 | " (Other included code not licensed under the GPL/LGPL is licensed under", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:77:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 77 | " terms believed to be compatible with distribution under the terms of", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:78:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 78 | " the GPL.)", | ^~~~~~~~~~~~ help.h:79:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 79 | " ", | ^~~~~~~~~ help.h:80:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 80 | "@b This software is provided 'as is' without any expressed or implied warranty", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:81:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 81 | "@b of any kind. Under no circumstances is the author responsible for the proper", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:82:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 82 | "@b functioning of this software, nor do the authors assume any responsibility", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 83 | "@b for damages incurred by its use.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:84:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 84 | "", | ^~ help.h:85:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 85 | " See the Copyright file included in the distribution", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:86:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 86 | "", | ^~ help.h:87:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 87 | "@bTable of Contents:", | ^~~~~~~~~~~~~~~~~~~~~~ help.h:88:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 88 | "", | ^~ help.h:89:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 89 | "@i@C4Overview", | ^~~~~~~~~~~~~~~ help.h:90:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 90 | "@i@C4The Main Window", | ^~~~~~~~~~~~~~~~~~~~~~ help.h:91:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 91 | "@i@C4The Folder Pane", | ^~~~~~~~~~~~~~~~~~~~~~ help.h:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 92 | "@i@C4The Message Pane", | ^~~~~~~~~~~~~~~~~~~~~~~ help.h:93:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 93 | "@i@C4The Message Preview Pane", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:94:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 94 | "@i@C4The Button Bar", | ^~~~~~~~~~~~~~~~~~~~~ help.h:95:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 95 | "@i@C4The Main Menu", | ^~~~~~~~~~~~~~~~~~~~ help.h:96:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 96 | "@i@C4The Address Book", | ^~~~~~~~~~~~~~~~~~~~~~~ help.h:97:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 97 | "@i@C4Signature editor", | ^~~~~~~~~~~~~~~~~~~~~~~ help.h:98:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 98 | "@i@C4Configuration", | ^~~~~~~~~~~~~~~~~~~~ help.h:99:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 99 | "@i@C4Filtering Rules", | ^~~~~~~~~~~~~~~~~~~~~~ help.h:100:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 100 | "@i@C4View Message", | ^~~~~~~~~~~~~~~~~~~ help.h:101:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 101 | "@i@C4Edit Message", | ^~~~~~~~~~~~~~~~~~~ help.h:102:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 102 | "@i@C4Compose new attachment", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:103:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 103 | "@i@C4Search dialog", | ^~~~~~~~~~~~~~~~~~~~ help.h:104:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 104 | "@i@C4The Spell Checker Interface", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:105:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 105 | "@i@C4Advanced XFMail Customization", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 106 | "@i@C4What's new in this version", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:107:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 107 | "", | ^~ help.h:108:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 108 | "%Overview", | ^~~~~~~~~~~ help.h:109:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 109 | "", | ^~ help.h:110:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 110 | "@N@C4@c@b@lOverview", | ^~~~~~~~~~~~~~~~~~~~~ help.h:111:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 111 | "", | ^~ help.h:112:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 112 | "XFMail is an X11 application for managing electronic mail.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:113:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 113 | "It was created using the XForms library toolkit by T.C. Zhao and", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:114:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 114 | "Mark Overmars.", | ^~~~~~~~~~~~~~~~ help.h:115:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 115 | "", | ^~ help.h:116:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 116 | "Three different types of mailboxes (folders) are supported:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:117:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 117 | " - standard unix mailbox (elm-style)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:118:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 118 | " - MH (compatible with mhtools)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:119:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 119 | " - IMAP (located on IMAP4 or IMAP4rev1 servers)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:120:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 120 | "", | ^~ help.h:121:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 121 | "XFMail supports the POP, SMTP, and IMAP e-mail protocols and has full", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:122:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 122 | "MIME support.", | ^~~~~~~~~~~~~~~ help.h:123:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 123 | "", | ^~ help.h:124:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 124 | "PGP/GnuPG encryption/decryption is supported through an external PGP utility.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:125:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 125 | "", | ^~ help.h:126:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 126 | "%Main", | ^~~~~~~ help.h:127:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 127 | "", | ^~ help.h:128:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 128 | "@N@C4@c@b@lThe Main Window", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:129:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 129 | "", | ^~ help.h:130:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 130 | "The Main XFMail window is divided into five (six) parts. These parts are", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:131:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 131 | "described in the next few sections. The top of the window is called the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:132:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 132 | "menu bar. It contains menus labeled File, Message, Folder, Send,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:133:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 133 | "Misc and Help. Below this is the button bar. The button bar is a group", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:134:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 134 | "of buttons with icons that perform often used XFMail functions. Below", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:135:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 135 | "this are the folder pane and the message pane. Optionally message preview", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:136:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 136 | "pane can be displayed as well. At the bottom of the window is the status bar.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:137:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 137 | "", | ^~ help.h:138:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 138 | "%Folders", | ^~~~~~~~~~ help.h:139:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 139 | "", | ^~ help.h:140:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 140 | "@N@C4@c@b@lThe Folder Pane", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:141:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 141 | "", | ^~ help.h:142:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 142 | "The folder pane (the left pane in the main window) shows all of the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:143:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 143 | "mail folders available to XFMail. Currently XFMail supports three", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:144:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 144 | "different types of folders:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:145:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 145 | "", | ^~ help.h:146:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 146 | "- MH", | ^~~~~~ help.h:147:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | " Each folder is a directory under ~/Mail/. The messages are stored", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:148:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 148 | " in separate files and file names are numbers.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:149:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 149 | " This is the default folder type in XFMail. MH folders are used", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:150:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 150 | " for many internal operations. It's strongly recommended to use", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:151:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 151 | " folders of this type whenever possible.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:152:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 152 | " All move and delete operations in these folders are completed", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:153:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 153 | " immediately (no delayed operations).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:154:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 154 | " MH folders can have subfolders of both MH and MBOX type.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:155:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 155 | " You will be asked to choose the subfolder type when creating a new", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:156:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 156 | " subfolder in an MH folder.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:157:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 157 | "", | ^~ help.h:158:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 158 | "- MBOX", | ^~~~~~~~ help.h:159:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 159 | " Standard Unix mailbox. Can be located anywhere in the filesystem.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:160:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 160 | " All messages are stored in the same file, and separated by", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:161:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 161 | " special From lines.", | ^~~~~~~~~~~~~~~~~~~~~~~ help.h:162:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 162 | " These folders support delayed operation (i.e. move/delete is", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:163:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 163 | " performed when the folder is closed).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:164:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 164 | " XFMail's handling of folders of this type is less efficient than", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:165:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 165 | " MH. It's recommended to use MH folders unless the use of MBOX", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:166:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 166 | " folders is really necessary.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:167:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 167 | " Caching of MBOX folders gives only slight speed improvement.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:168:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 168 | " The incoming spool file is represented as an MBOX folder with name", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:169:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 169 | " 'xxxx (spool)' (where xxxx is your spool file name) in the folder list.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:170:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 170 | " This type of folder can not have any subfolders, however it can", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:171:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 171 | " act as a subfolder of an MH folder.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:172:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 172 | "", | ^~ help.h:173:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 173 | "- IMAP", | ^~~~~~~~ help.h:174:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 174 | " XFMail supports IMAP4 (IMAP4rev1) protocol (IMAP2 is not supported), and", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:175:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 175 | " can access folders located on a remote IMAP server.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:176:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 176 | " Use these folders when you need to access your e-mail from different", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:177:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 177 | " places.", | ^~~~~~~~~~~ help.h:178:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 178 | " You will need to install an IMAP4 server (for example from Washington", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:179:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 179 | " University). Access to folders of this type can be slow because", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:180:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 180 | " of the network delays.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:181:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 181 | " You can defined and connect to multiple IMAP servers at the same time.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:182:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 182 | " Disconnected (offline) IMAP operations are not supported.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:183:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 183 | " IMAP folders can have subfolders if permitted by the server.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:184:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 184 | "", | ^~ help.h:185:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 185 | "Double click on a folder to open it.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:186:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 186 | "If you double-click a folder that is already opened, it will be rescanned.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:187:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 187 | "If you hold a Shift button during the double-click only unread messages will be ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:188:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 188 | "opened. This can significantly speed up folder opening, if you only want to", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:189:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 189 | "read the new messages.", | ^~~~~~~~~~~~~~~~~~~~~~~~ help.h:190:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 190 | "(The middle mouse button acts exactly as double-click).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:191:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 191 | "If you select a folder with the left mouse button,", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:192:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 192 | "information about this folder will be displayed in the status bar.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:193:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 193 | "For more detailed information about the selected folder press F1.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:194:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 194 | "When you click with the right mouse button over a folder, the folder", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:195:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 195 | "menu will be displayed. The operations in this menu will always work", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:196:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 196 | "on the selected folder, even if it is not opened.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:197:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 197 | "", | ^~ help.h:198:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 198 | "For each folder in the window list, you will see the following:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:199:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 199 | "", | ^~ help.h:200:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 200 | "1) The folder name. It is case sensitive and can't be longer than 16", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:201:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 201 | "characters. For folder names longer than 8 characters you probably have to", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:202:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 202 | "adjust the name field length via the Config Display dialog and drag the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:203:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 203 | "separator bar between the folder pane and the message pane to make them fit in ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:204:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 204 | "the window. System folders are red, the current folder is blue, IMAP folders are", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:205:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 205 | "drawn with a darker blue and all other folders are black (by default). You", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:206:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 206 | "can change the color of every folder through the folder options window.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:207:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 207 | "", | ^~ help.h:208:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 208 | "2) The number of messages in the folder. It's not recommended to have more ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:209:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 209 | "than 10000 messages in a folder because rescanning such a folder can be slow.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:210:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 210 | "Folders with a large number of messages can be cached. Caching only", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:211:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 211 | "improves the folder rescan time.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:212:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 212 | "", | ^~ help.h:213:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 213 | "3) The number of unread messages in the folder. Note: when the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:214:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 214 | "mailer starts, it does not check the number of unread messages in", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:215:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 215 | "each folder. The number is calculated when you enter (open) the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:216:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 216 | "folder (or you can use the Rescan All option to calculate the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:217:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 217 | "number of unread messages in all folders).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:218:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 218 | "", | ^~ help.h:219:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 219 | "If a folder has subfolders , they will be displayed under their parent", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:220:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 220 | "folder with appropriate shift to the right. Each parent folder", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:221:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 221 | "has an expand/collapse mark at the left. Clicking on it will expand or", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:222:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 222 | "collapse the subfolder tree of the selected folder (you can also", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:223:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 223 | "use Expand/Collapse option in Folder menu).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:224:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 224 | "", | ^~ help.h:225:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 225 | "You can customize the folder pane using the 'Config Display' and", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:226:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 226 | "'Appearance' dialogs. The folder pane can also be resized by pressing", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:227:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 227 | "and holding the mouse button over the vertical divider on the left", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:228:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 228 | "of the folder pane and then dragging the divider to the desired position.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:229:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 229 | "", | ^~ help.h:230:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 230 | "In addition there are a number of options associated with each folder.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:231:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 231 | "Those options can be changed through the 'Options' selection in the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:232:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 232 | "folder menu.", | ^~~~~~~~~~~~~~ help.h:233:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 233 | "", | ^~ help.h:234:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 234 | "%Messages", | ^~~~~~~~~~~ help.h:235:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 235 | "", | ^~ help.h:236:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 236 | "@N@C4@c@b@lThe Message Pane", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:237:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 237 | "", | ^~ help.h:238:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 238 | "All messages in the current folder (the one marked with blue in", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:239:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 239 | "the folder window) are displayed in the message pane.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:240:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 240 | "", | ^~ help.h:241:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 241 | "Note: you can customize the displayed information for messages using", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:242:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 242 | "the Config/Display dialog. You also can define sorting for the", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:243:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 243 | "messages using the same dialog.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:244:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 244 | "", | ^~ help.h:245:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 245 | "", | ^~ help.h:246:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 246 | "The information line for each message contains:", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:247:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 247 | "", | ^~ help.h:248:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 248 | "- One character that shows message status.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:249:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 249 | "", | ^~ help.h:250:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 250 | "N - Signifies an unread message. The message line will be in red.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:251:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 251 | "L - Signifies a locked message (it is open in a view or edit window).", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:252:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 252 | " You cannot move or delete a locked message.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:253:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 253 | "* - Signifies a message is marked using Mark/Unmark options.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:254:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 254 | " The message line will be brown.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:255:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 255 | "+ - Signifies a message that was sent directly to you.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:256:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 256 | "", | ^~ help.h:257:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 257 | "D - Signifies a message marked for deletion.", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:258:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 258 | " NOTE: Delayed message operations are used only in MBOX-style", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 3437 | } ; | ^ help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.h:3437:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] help.cpp: In function 'void help(int)': help.cpp:105:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 105 | Config.setFlags("helpgeom", CF_NOTCHANGED); | ^~~~~~~~~~ 1 error bmake[2]: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src/ui *** [all-recursive] Error code 1 bmake[1]: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src 1 error bmake[1]: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5/src *** [all-recursive] Error code 1 bmake: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5 1 error bmake: stopped in /home/pbulk/build/mail/xfmail/work/xfmail-1.5.5 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/mail/xfmail *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/mail/xfmail