Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 642744 Details for
Bug 726276
x11-wm/treewm-0.4.5-r2 does not respect CFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 196.38 KB, created by
Agostino Sarubbo
on 2020-05-30 11:24:32 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-05-30 11:24:32 UTC
Size:
196.38 KB
patch
obsolete
> * Package: x11-wm/treewm-0.4.5-r2 > * Repository: gentoo > * Maintainer: lordvan@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking treewm-0.4.5.tar.bz2 to /var/tmp/portage/x11-wm/treewm-0.4.5-r2/work >>>> Source unpacked in /var/tmp/portage/x11-wm/treewm-0.4.5-r2/work >>>> Preparing source in /var/tmp/portage/x11-wm/treewm-0.4.5-r2/work/treewm-0.4.5 ... > * Applying treewm-0.4.5-gcc43.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/x11-wm/treewm-0.4.5-r2/work/treewm-0.4.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/x11-wm/treewm-0.4.5-r2/work/treewm-0.4.5 ... >make -j4 treewm CXX=x86_64-pc-linux-gnu-g++ 'CCOPTIONS=-O2 -pipe -march=native -frecord-gcc-switches' 'EXTRA_LDOPTIONS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' PREFIX=/usr ROOT=/var/tmp/portage/x11-wm/treewm-0.4.5-r2/image >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/action.o -c src/action.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/client.o -c src/client.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/clientinfo.o -c src/clientinfo.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/clienttree.o -c src/clienttree.cc >In file included from src/clientinfo.h:11, > from src/clientinfo.cc:7: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >In file included from src/action.h:11, > from src/action.cc:7: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >src/clientinfo.cc: In member function âvirtual void ClientInfo::Init()â: >src/clientinfo.cc:20:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 20 | c = s ? s->GetEntry("Name") : 0; > | ^~~~~~ >src/clientinfo.cc:25:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 25 | if (s && s->GetIntEntry("X",v)) { > | ^~~ >src/clientinfo.cc:29:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 29 | if (s && s->GetIntEntry("Y",v)) { > | ^~~ >src/clientinfo.cc:33:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 33 | if (s && s->GetIntEntry("Width",v)) { > | ^~~~~~~ >src/clientinfo.cc:37:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 37 | if (s && s->GetIntEntry("Height",v)) { > | ^~~~~~~~ >src/clientinfo.cc:41:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 41 | if (s && s->GetIntEntry("XIcon",v)) { > | ^~~~~~~ >src/clientinfo.cc:45:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | if (s && s->GetIntEntry("XIcon",v)) { > | ^~~~~~~ >src/clientinfo.cc:49:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | if (s && s->GetIntEntry("VirtualX",v) && v>=1) { > | ^~~~~~~~~~ >src/clientinfo.cc:53:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | if (s && s->GetIntEntry("VirtualY",v) && v>=1) { > | ^~~~~~~~~~ >src/clientinfo.cc:57:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | c = s ? s->GetEntry("IconPath") : 0; > | ^~~~~~~~~~ >src/clientinfo.cc:62:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | c = s ? s->GetEntry("BGPixmap") : 0; > | ^~~~~~~~~~ >src/clientinfo.cc:67:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 67 | c = s ? s->GetEntry("Sceme") : 0; > | ^~~~~~~ >src/clientinfo.cc:74:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | if (s && s->GetIntEntry("NoBackGround",v) && v) > | ^~~~~~~~~~~~~~ >In file included from src/sceme.h:7, > from src/client.cc:13: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >In file included from src/sceme.h:7, > from src/clienttree.cc:8: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >src/action.cc: In member function âvirtual void Action::Init()â: >src/action.cc:25:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 25 | if (s && s->GetIntEntry("XIcon",v)) { > | ^~~~~~~ >src/action.cc:29:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 29 | if (s && s->GetIntEntry("YIcon",v)) { > | ^~~~~~~ >src/action.cc:34:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 34 | c = s ? s->GetEntry("IconPath") : 0; > | ^~~~~~~~~~ >src/action.cc:39:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 39 | c = s ? s->GetEntry("Name") : 0; > | ^~~~~~ >src/client.cc: In member function âvirtual bool Client::Init()â: >src/client.cc:143:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 143 | Sc = (Sceme *)rman->GetInfo(SE_SCEME,""); > | ^~ >src/action.cc:47:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | if (s && s->GetIntEntry("AutoStart",v)) > | ^~~~~~~~~~~ >src/action.cc:51:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | if (s && s->GetIntEntry("WM_COMMAND",v)) > | ^~~~~~~~~~~~ >src/action.cc:55:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | c = s ? s->GetEntry("regex") : 0; > | ^~~~~~~ >src/action.cc:61:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | c = s ? s->GetEntry("WM_CLASS") : 0; > | ^~~~~~~~~~ >src/action.cc:67:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 67 | if (s && s->GetIntEntry("Keep",v) && v) > | ^~~~~~ >src/action.cc:71:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 71 | if (s && s->GetIntEntry("Desktop",v)) > | ^~~~~~~~~ >src/action.cc:74:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | c = s ? s->GetEntry("Command") : 0; > | ^~~~~~~~~ >src/action.cc:80:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | c = s ? s->GetEntry("Client") : 0; > | ^~~~~~~~ >src/clienttree.cc: In constructor âClientTree::ClientTree()â: >src/clienttree.cc:38:63: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 38 | ClientInfo *ci = (ClientInfo *)rman->GetInfo(SE_CLIENTINFO, "root"); > | ^~~~~~ >src/client.cc: In member function âvirtual bool Client::GetWindowList(MenuItem*, int&, bool, int, int, int, char*)â: >src/client.cc:274:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 274 | m[i].text = ""; > | ^~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/desktop.o -c src/desktop.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/icon.o -c src/icon.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/main.o -c src/main.cc >In file included from src/sceme.h:7, > from src/desktop.cc:15: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >src/desktop.cc: In member function âvirtual bool Desktop::Init()â: >src/desktop.cc:98:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 98 | Sc = (Sceme *)rman->GetInfo(SE_SCEME,""); > | ^~ >In file included from src/sceme.h:7, > from src/icon.cc:10: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/manager.o -c src/manager.cc >src/icon.cc: In member function âvoid Icon::ChangeName(char*)â: >src/icon.cc:260:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 260 | newname = "Icon"; > | ^~~~~~ >In file included from src/manager.cc:11: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/menu.o -c src/menu.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/menuinfo.o -c src/menuinfo.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/resmanager.o -c src/resmanager.cc >In file included from src/sceme.h:7, > from src/menu.cc:8: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >In file included from src/menuinfo.h:10, > from src/menuinfo.cc:7: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/sceme.o -c src/sceme.cc >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/textdialog.o -c src/textdialog.cc >In file included from src/resmanager.cc:7: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/tile.o -c src/tile.cc >In file included from src/sceme.h:7, > from src/sceme.cc:10: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >src/sceme.cc: In member function âvirtual void Sceme::Init()â: >src/sceme.cc:57:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | v = s ? s->GetEntry("FGColor") : 0; > | ^~~~~~~~~ >src/sceme.cc:59:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | v = s ? s->GetEntry("BGColor") : 0; > | ^~~~~~~~~ >src/sceme.cc:61:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | v = s ? s->GetEntry("BDColor") : 0; > | ^~~~~~~~~ >src/sceme.cc:63:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | v = s ? s->GetEntry("TitleBGColor") : 0; > | ^~~~~~~~~~~~~~ >src/sceme.cc:65:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | v = s ? s->GetEntry("HTitleBGColor") : 0; > | ^~~~~~~~~~~~~~~ >src/sceme.cc:67:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 67 | v = s ? s->GetEntry("HHTitleBGColor") : 0; > | ^~~~~~~~~~~~~~~~ >src/sceme.cc:69:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 69 | v = s ? s->GetEntry("IconFGColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:71:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 71 | v = s ? s->GetEntry("IconBGColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:73:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | v = s ? s->GetEntry("HIconBGColor") : 0; > | ^~~~~~~~~~~~~~ >src/sceme.cc:75:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | v = s ? s->GetEntry("IconBDColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:77:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | v = s ? s->GetEntry("MenuFGColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:79:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | v = s ? s->GetEntry("MenuBGColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:81:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | v = s ? s->GetEntry("HMenuBGColor") : 0; > | ^~~~~~~~~~~~~~ >src/sceme.cc:83:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | v = s ? s->GetEntry("MenuBDColor") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:85:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 85 | v = s ? s->GetEntry("DialogFGColor") : 0; > | ^~~~~~~~~~~~~~~ >src/sceme.cc:87:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 87 | v = s ? s->GetEntry("DialogBGColor") : 0; > | ^~~~~~~~~~~~~~~ >src/sceme.cc:89:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 89 | v = s ? s->GetEntry("DialogBDColor") : 0; > | ^~~~~~~~~~~~~~~ >src/sceme.cc:91:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 91 | v = s ? s->GetEntry("Font") : 0; > | ^~~~~~ >src/sceme.cc:93:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 93 | v = s ? s->GetEntry("IconFont") : 0; > | ^~~~~~~~~~ >src/sceme.cc:96:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 96 | v = s ? s->GetEntry("MenuFont") : 0; > | ^~~~~~~~~~ >src/sceme.cc:99:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 99 | v = s ? s->GetEntry("DialogFont") : 0; > | ^~~~~~~~~~~~ >src/sceme.cc:125:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 125 | v = s ? s->GetEntry("defaulticon") : 0; > | ^~~~~~~~~~~~~ >src/sceme.cc:135:27: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 135 | if (s && s->GetIntEntry("borderwidth",i)) { > | ^~~~~~~~~~~~~ >src/sceme.cc:139:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 139 | v = s ? s->GetEntry("bgpixmap") : 0; > | ^~~~~~~~~~ >src/sceme.cc:145:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 145 | v = s ? s->GetEntry("button10") : 0; > | ^~~~~~~~~~ >src/sceme.cc:147:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 147 | v = s ? s->GetEntry("button11") : 0; > | ^~~~~~~~~~ >src/sceme.cc:149:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 149 | v = s ? s->GetEntry("button12") : 0; > | ^~~~~~~~~~ >src/sceme.cc:151:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 151 | v = s ? s->GetEntry("button13") : 0; > | ^~~~~~~~~~ >src/sceme.cc:153:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 153 | v = s ? s->GetEntry("button20") : 0; > | ^~~~~~~~~~ >src/sceme.cc:155:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 155 | v = s ? s->GetEntry("button21") : 0; > | ^~~~~~~~~~ >src/sceme.cc:157:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 157 | v = s ? s->GetEntry("button22") : 0; > | ^~~~~~~~~~ >src/sceme.cc:159:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 159 | v = s ? s->GetEntry("button23") : 0; > | ^~~~~~~~~~ >src/sceme.cc:166:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 166 | if (!s || !s->GetIntEntry("ShowKeys",i) || i) > | ^~~~~~~~~~ >src/sceme.cc:171:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 171 | if (!s || !s->GetIntEntry("MinIconX",MinIX)) > | ^~~~~~~~~~ >src/sceme.cc:173:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 173 | if (!s || !s->GetIntEntry("MinIconY",MinIY)) > | ^~~~~~~~~~ >src/sceme.cc:175:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 175 | if (!s || !s->GetIntEntry("GridX",GridX)) > | ^~~~~~~ >src/sceme.cc:177:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 177 | if (!s || !s->GetIntEntry("GridY",GridY)) > | ^~~~~~~ >src/sceme.cc:179:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 179 | if (!s || !s->GetIntEntry("IconSpaceLeft",ISLeft)) > | ^~~~~~~~~~~~~~~ >src/sceme.cc:181:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 181 | if (!s || !s->GetIntEntry("IconSpaceRight",ISRight)) > | ^~~~~~~~~~~~~~~~ >src/sceme.cc:183:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 183 | if (!s || !s->GetIntEntry("IconSpaceTop",ISTop)) > | ^~~~~~~~~~~~~~ >src/sceme.cc:185:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 185 | if (!s || !s->GetIntEntry("IconSpaceBottom",ISBottom)) > | ^~~~~~~~~~~~~~~~~ >src/sceme.cc:187:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 187 | if (!s || !s->GetIntEntry("DoubleClickTime",i)) > | ^~~~~~~~~~~~~~~~~ >In file included from src/sceme.h:7, > from src/textdialog.cc:8: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -O2 -DSHAPE -DVIDMODE -DPIXMAPS=\"/usr/share/treewm/pixmaps/\" -I/usr/X11R6/include -o src/uehandler.o -c src/uehandler.cc >In file included from src/sceme.h:7, > from src/uehandler.cc:13: >src/resmanager.h:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"shaded",CF_SHADED}, > | ^~~~~~~~ >src/resmanager.h:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"autoshade",CF_AUTOSHADE}, > | ^~~~~~~~~~~ >src/resmanager.h:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"fixedsize",CF_FIXEDSIZE}, > | ^~~~~~~~~~~ >src/resmanager.h:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"noclose",CF_NOCLOSE}, > | ^~~~~~~~~ >src/resmanager.h:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"nominimize",CF_NOMINIMIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:47:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 47 | {"sticky",CF_STICKY}, > | ^~~~~~~~ >src/resmanager.h:48:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 48 | {"hastitle",CF_HASTITLE}, > | ^~~~~~~~~~ >src/resmanager.h:49:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 49 | {"hastbentry",CF_HASTBENTRY}, > | ^~~~~~~~~~~~ >src/resmanager.h:50:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 50 | {"grabaltclick", CF_GRABALTCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:51:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 51 | {"passfirstclick", CF_PASSFIRSTCLICK}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:52:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 52 | {"titlebarbuttons",CF_TITLEBARBUTTONS}, > | ^~~~~~~~~~~~~~~~~ >src/resmanager.h:53:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 53 | {"snap",CF_SNAP}, > | ^~~~~~ >src/resmanager.h:54:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 54 | {"above",CF_ABOVE}, > | ^~~~~~~ >src/resmanager.h:55:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 55 | {"below",CF_BELOW}, > | ^~~~~~~ >src/resmanager.h:56:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 56 | {"hidemouse",CF_HIDEMOUSE}, > | ^~~~~~~~~~~ >src/resmanager.h:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"raiseonclick", CF_RAISEONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"raiseonenter", CF_RAISEONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"focusonclick", CF_FOCUSONCLICK}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"focusonenter", CF_FOCUSONENTER}, > | ^~~~~~~~~~~~~~ >src/resmanager.h:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"autoscroll", DF_AUTOSCROLL}, > | ^~~~~~~~~~~~ >src/resmanager.h:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"tile", DF_TILE}, > | ^~~~~~ >src/resmanager.h:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"autoresize",DF_AUTORESIZE}, > | ^~~~~~~~~~~~ >src/resmanager.h:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"taskbarbuttons",DF_TASKBARBUTTONS}, > | ^~~~~~~~~~~~~~~~ >src/resmanager.h:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"buttons",CF_TITLEBARBUTTONS | DF_TASKBARBUTTONS}, > | ^~~~~~~~~ >src/resmanager.h:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"grabkeyboard",DF_GRABKEYBOARD} > | ^~~~~~~~~~~~~~ >src/resmanager.h:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"set",FLAG_SET}, > | ^~~~~ >src/resmanager.h:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"unset", FLAG_UNSET}, > | ^~~~~~~ >src/resmanager.h:74:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 74 | {"toggle", FLAG_TOGGLE}, > | ^~~~~~~~ >src/resmanager.h:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"remove", FLAG_REMOVE}, > | ^~~~~~~~ >src/resmanager.h:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"dset", FLAG_DSET}, > | ^~~~~~ >src/resmanager.h:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"dunset", FLAG_DUNSET}, > | ^~~~~~~~ >src/resmanager.h:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"dtoggle", FLAG_DTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"dremove", FLAG_DREMOVE}, > | ^~~~~~~~~ >src/resmanager.h:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"cset", FLAG_CSET}, > | ^~~~~~ >src/resmanager.h:81:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 81 | {"cunset", FLAG_CUNSET}, > | ^~~~~~~~ >src/resmanager.h:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"ctoggle", FLAG_CTOGGLE}, > | ^~~~~~~~~ >src/resmanager.h:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"cremove", FLAG_CREMOVE} > | ^~~~~~~~~ >src/uehandler.cc:22:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 22 | {"Shaded","shaded",0,0}, > | ^~~~~~~~ >src/uehandler.cc:22:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 22 | {"Shaded","shaded",0,0}, > | ^~~~~~~~ >src/uehandler.cc:23:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 23 | {"AutoShade","autoshade",0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:23:16: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 23 | {"AutoShade","autoshade",0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:24:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 24 | {"Fixed Size","fixedsize",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:24:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 24 | {"Fixed Size","fixedsize",0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:25:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 25 | {"Don't Close","noclose",0,0}, > | ^~~~~~~~~~~~~ >src/uehandler.cc:25:18: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 25 | {"Don't Close","noclose",0,0}, > | ^~~~~~~~~ >src/uehandler.cc:26:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 26 | {"Don't Minimize","nominimize",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:26:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 26 | {"Don't Minimize","nominimize",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:27:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 27 | {"Sticky","sticky",0,0}, > | ^~~~~~~~ >src/uehandler.cc:27:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 27 | {"Sticky","sticky",0,0}, > | ^~~~~~~~ >src/uehandler.cc:28:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 28 | {"Title","hastitle",0,0}, > | ^~~~~~~ >src/uehandler.cc:28:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 28 | {"Title","hastitle",0,0}, > | ^~~~~~~~~~ >src/uehandler.cc:29:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 29 | {"TaskBar Entry","hastbentry",0,0}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:29:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 29 | {"TaskBar Entry","hastbentry",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:30:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 30 | {"Grab Alt Clicks","grabaltclick",0,0}, > | ^~~~~~~~~~~~~~~~~ >src/uehandler.cc:30:22: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 30 | {"Grab Alt Clicks","grabaltclick",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:31:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 31 | {"Pass First Click","passfirstclick",0,0}, > | ^~~~~~~~~~~~~~~~~~ >src/uehandler.cc:31:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 31 | {"Pass First Click","passfirstclick",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:32:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 32 | {"TitleBar Buttons","titlebarbuttons",0,0}, > | ^~~~~~~~~~~~~~~~~~ >src/uehandler.cc:32:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 32 | {"TitleBar Buttons","titlebarbuttons",0,0}, > | ^~~~~~~~~~~~~~~~~ >src/uehandler.cc:33:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 33 | {"Snap","snap",0,0}, > | ^~~~~~ >src/uehandler.cc:33:11: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 33 | {"Snap","snap",0,0}, > | ^~~~~~ >src/uehandler.cc:34:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 34 | {"Always on Top","above",0,0}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:34:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 34 | {"Always on Top","above",0,0}, > | ^~~~~~~ >src/uehandler.cc:35:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 35 | {"Below","below",0,0}, > | ^~~~~~~ >src/uehandler.cc:35:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 35 | {"Below","below",0,0}, > | ^~~~~~~ >src/uehandler.cc:36:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 36 | {"Hide Mouse","hidemouse",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:36:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 36 | {"Hide Mouse","hidemouse",0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:37:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 37 | {"Raise On Click","raiseonclick",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:37:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 37 | {"Raise On Click","raiseonclick",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:38:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 38 | {"Raise On Enter","raiseonenter",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:38:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 38 | {"Raise On Enter","raiseonenter",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:39:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 39 | {"Focus On Click","focusonclick",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:39:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 39 | {"Focus On Click","focusonclick",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:40:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 40 | {"Focus On Enter","focusonenter",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:40:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 40 | {"Focus On Enter","focusonenter",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:41:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 41 | {"Buttons","Buttons",0,0}, > | ^~~~~~~~~ >src/uehandler.cc:41:14: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 41 | {"Buttons","Buttons",0,0}, > | ^~~~~~~~~ >src/uehandler.cc:42:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"TaskBar Buttons","taskbarbuttons",0,0}, > | ^~~~~~~~~~~~~~~~~ >src/uehandler.cc:42:22: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 42 | {"TaskBar Buttons","taskbarbuttons",0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:43:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"Simultaneous Input","grabkeyboard",0,0}, > | ^~~~~~~~~~~~~~~~~~~~ >src/uehandler.cc:43:25: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 43 | {"Simultaneous Input","grabkeyboard",0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:44:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"Autoscroll","autoscroll",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:44:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 44 | {"Autoscroll","autoscroll",0,0}, > | ^~~~~~~~~~~~ >src/uehandler.cc:45:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"Tile","tile",0,0}, > | ^~~~~~ >src/uehandler.cc:45:11: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 45 | {"Tile","tile",0,0}, > | ^~~~~~ >src/uehandler.cc:46:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"Autoresize","autoresize",0,0} > | ^~~~~~~~~~~~ >src/uehandler.cc:46:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 46 | {"Autoresize","autoresize",0,0} > | ^~~~~~~~~~~~ >src/uehandler.cc:57:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"Menu","?",0,0,0}, > | ^~~~~~ >src/uehandler.cc:57:11: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 57 | {"Menu","?",0,0,0}, > | ^~~ >src/uehandler.cc:58:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"Raise"," ",0,0,0}, > | ^~~~~~~ >src/uehandler.cc:58:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 58 | {"Raise"," ",0,0,0}, > | ^~~ >src/uehandler.cc:59:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"Lower","x",0,0,0}, > | ^~~~~~~ >src/uehandler.cc:59:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 59 | {"Lower","x",0,0,0}, > | ^~~ >src/uehandler.cc:60:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"Create Desktop","D",0,0,0}, > | ^~~~~~~~~~~~~~~~ >src/uehandler.cc:60:21: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 60 | {"Create Desktop","D",0,0,0}, > | ^~~ >src/uehandler.cc:61:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"Iconify","I",0,0,0}, > | ^~~~~~~~~ >src/uehandler.cc:61:14: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 61 | {"Iconify","I",0,0,0}, > | ^~~ >src/uehandler.cc:62:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"Shade","S",0,0,0}, > | ^~~~~~~ >src/uehandler.cc:62:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 62 | {"Shade","S",0,0,0}, > | ^~~ >src/uehandler.cc:63:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"(Un)Stick","s",0,0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:63:16: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 63 | {"(Un)Stick","s",0,0,0}, > | ^~~ >src/uehandler.cc:64:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"Maximize Full","M",0,0,0}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:64:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 64 | {"Maximize Full","M",0,0,0}, > | ^~~ >src/uehandler.cc:65:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"Maximize Half","m",0,0,0}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:65:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 65 | {"Maximize Half","m",0,0,0}, > | ^~~ >src/uehandler.cc:66:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"Maximize to Fullscreen","f",0,0,0}, > | ^~~~~~~~~~~~~~~~~~~~~~~~ >src/uehandler.cc:66:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 66 | {"Maximize to Fullscreen","f",0,0,0}, > | ^~~ >src/uehandler.cc:67:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 67 | {"Move","c",0,0,0}, > | ^~~~~~ >src/uehandler.cc:67:11: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 67 | {"Move","c",0,0,0}, > | ^~~ >src/uehandler.cc:68:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 68 | {"Resize","C",0,0,0}, > | ^~~~~~~~ >src/uehandler.cc:68:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 68 | {"Resize","C",0,0,0}, > | ^~~ >src/uehandler.cc:69:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 69 | {"Move Up","a",0,0,0}, > | ^~~~~~~~~ >src/uehandler.cc:69:14: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 69 | {"Move Up","a",0,0,0}, > | ^~~ >src/uehandler.cc:70:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 70 | {"Move Down","A",0,0,0}, > | ^~~~~~~~~~~ >src/uehandler.cc:70:16: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 70 | {"Move Down","A",0,0,0}, > | ^~~ >src/uehandler.cc:72:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"Add Hole","o",0,0,0}, > | ^~~~~~~~~~ >src/uehandler.cc:72:15: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 72 | {"Add Hole","o",0,0,0}, > | ^~~ >src/uehandler.cc:73:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"Delete Holes","O",0,0,0}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:73:19: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 73 | {"Delete Holes","O",0,0,0}, > | ^~~ >src/uehandler.cc:75:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"Destroy!","Q",0,0,0}, > | ^~~~~~~~~~ >src/uehandler.cc:75:15: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 75 | {"Destroy!","Q",0,0,0}, > | ^~~ >src/uehandler.cc:76:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"Close","q",0,0,0}, > | ^~~~~~~ >src/uehandler.cc:76:12: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 76 | {"Close","q",0,0,0}, > | ^~~ >src/uehandler.cc:77:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"Set Option",":set ",0,0,OMI}, > | ^~~~~~~~~~~~ >src/uehandler.cc:77:17: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 77 | {"Set Option",":set ",0,0,OMI}, > | ^~~~~~~ >src/uehandler.cc:78:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"Unset Option",":unset ",0,0,OMI}, > | ^~~~~~~~~~~~~~ >src/uehandler.cc:78:19: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 78 | {"Unset Option",":unset ",0,0,OMI}, > | ^~~~~~~~~ >src/uehandler.cc:79:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"Toggle Option",":toggle ",0,0,OMI}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:79:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 79 | {"Toggle Option",":toggle ",0,0,OMI}, > | ^~~~~~~~~~ >src/uehandler.cc:80:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"Remove Option",":remove ",0,0,OMI}, > | ^~~~~~~~~~~~~~~ >src/uehandler.cc:80:20: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 80 | {"Remove Option",":remove ",0,0,OMI}, > | ^~~~~~~~~~ >src/uehandler.cc:82:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"Toggle (only me)",":dtoggle ",0,0,OMI}, > | ^~~~~~~~~~~~~~~~~~ >src/uehandler.cc:82:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 82 | {"Toggle (only me)",":dtoggle ",0,0,OMI}, > | ^~~~~~~~~~~ >src/uehandler.cc:83:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"Remove (only me)",":dremove ",0,0,OMI}, > | ^~~~~~~~~~~~~~~~~~ >src/uehandler.cc:83:23: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 83 | {"Remove (only me)",":dremove ",0,0,OMI}, > | ^~~~~~~~~~~ >src/uehandler.cc:84:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 84 | {"Toggle (children)",":ctoggle ",0,0,OMI}, > | ^~~~~~~~~~~~~~~~~~~ >src/uehandler.cc:84:24: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 84 | {"Toggle (children)",":ctoggle ",0,0,OMI}, > | ^~~~~~~~~~~ >src/uehandler.cc:85:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 85 | {"Remove (children)",":cremove ",0,0,OMI}, > | ^~~~~~~~~~~~~~~~~~~ >src/uehandler.cc:85:24: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 85 | {"Remove (children)",":cremove ",0,0,OMI}, > | ^~~~~~~~~~~ >src/uehandler.cc:86:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 86 | {"Show/Hide Icons","i",0,0,0}, > | ^~~~~~~~~~~~~~~~~ >src/uehandler.cc:86:22: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 86 | {"Show/Hide Icons","i",0,0,0}, > | ^~~ >src/uehandler.cc:87:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 87 | {"Release Windows","e",0,0,0}, > | ^~~~~~~~~~~~~~~~~ >src/uehandler.cc:87:22: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 87 | {"Release Windows","e",0,0,0}, > | ^~~ >src/uehandler.cc:88:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 88 | {"Rename","+=",0,0,0} > | ^~~~~~~~ >src/uehandler.cc:88:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 88 | {"Rename","+=",0,0,0} > | ^~~~ >src/uehandler.cc:92:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 92 | {"Menu","?",0,0,0}, > | ^~~~~~ >src/uehandler.cc:92:11: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 92 | {"Menu","?",0,0,0}, > | ^~~ >src/uehandler.cc:93:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 93 | {"Execute"," ",0,0,0}, > | ^~~~~~~~~ >src/uehandler.cc:93:14: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 93 | {"Execute"," ",0,0,0}, > | ^~~ >src/uehandler.cc:94:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 94 | {"Rename","+=",0,0,0}, > | ^~~~~~~~ >src/uehandler.cc:94:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 94 | {"Rename","+=",0,0,0}, > | ^~~~ >src/uehandler.cc:95:4: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 95 | {"Remove","q",0,0,0} > | ^~~~~~~~ >src/uehandler.cc:95:13: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 95 | {"Remove","q",0,0,0} > | ^~~ >src/uehandler.cc: In constructor âUEHandler::UEHandler()â: >src/uehandler.cc:182:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 182 | AddKey(XK_space, Mod1Mask, "+"); > | ^~~ >src/uehandler.cc:185:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 185 | AddKey(XK_slash, Mod1Mask, "n"); > | ^~~ >src/uehandler.cc:186:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 186 | AddKey(XK_slash, Mod1Mask | ShiftMask, "N"); > | ^~~ >src/uehandler.cc:187:41: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 187 | AddKey(XK_space, Mod1Mask | ShiftMask,"x"); > | ^~~ >src/uehandler.cc:188:44: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 188 | AddKey(XK_space, Mod1Mask | ControlMask, " "); > | ^~~ >src/uehandler.cc:189:56: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 189 | AddKey(XK_space, Mod1Mask | ControlMask | ShiftMask, "X"); > | ^~~ >src/uehandler.cc:190:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 190 | AddKey(XK_F3, Mod1Mask, "S"); > | ^~~ >src/uehandler.cc:191:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 191 | AddKey(XK_F3, Mod1Mask | ShiftMask, "I"); > | ^~~ >src/uehandler.cc:192:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 192 | AddKey(XK_F4, Mod1Mask, "q"); > | ^~~ >src/uehandler.cc:193:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 193 | AddKey(XK_F4, Mod1Mask | ShiftMask, "Q"); > | ^~~ >src/uehandler.cc:194:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 194 | AddKey(XK_F5, Mod1Mask, "c"); > | ^~~ >src/uehandler.cc:195:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 195 | AddKey(XK_F5, Mod1Mask | ShiftMask, "C"); > | ^~~ >src/uehandler.cc:196:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 196 | AddKey(XK_F6, Mod1Mask, "m"); > | ^~~ >src/uehandler.cc:197:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 197 | AddKey(XK_F6, Mod1Mask | ShiftMask, "M"); > | ^~~ >src/uehandler.cc:198:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 198 | AddKey(XK_F7, Mod1Mask, "D"); > | ^~~ >src/uehandler.cc:199:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 199 | AddKey(XK_F7, Mod1Mask | ShiftMask, "i"); > | ^~~ >src/uehandler.cc:200:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 200 | AddKey(XK_F8, Mod1Mask, "\"a "); > | ^~~~~~ >src/uehandler.cc:201:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 201 | AddKey(XK_F8, Mod1Mask | ShiftMask, "\"ad"); > | ^~~~~~ >src/uehandler.cc:202:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 202 | AddKey(XK_F9, Mod1Mask, "\"b "); > | ^~~~~~ >src/uehandler.cc:203:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 203 | AddKey(XK_F9, Mod1Mask | ShiftMask, "\"bd"); > | ^~~~~~ >src/uehandler.cc:204:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 204 | AddKey(XK_F10, Mod1Mask, "\"c "); > | ^~~~~~ >src/uehandler.cc:205:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 205 | AddKey(XK_F10, Mod1Mask | ShiftMask, "\"cd"); > | ^~~~~~ >src/uehandler.cc:206:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 206 | AddKey(XK_F11, Mod1Mask, "\"d "); > | ^~~~~~ >src/uehandler.cc:207:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 207 | AddKey(XK_F11, Mod1Mask | ShiftMask, "\"dd"); > | ^~~~~~ >src/uehandler.cc:208:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 208 | AddKey(XK_F12, Mod1Mask, "\"e "); > | ^~~~~~ >src/uehandler.cc:209:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 209 | AddKey(XK_F12, Mod1Mask | ShiftMask, "\"ed"); > | ^~~~~~ >src/uehandler.cc:211:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 211 | AddKey(XK_Tab, Mod1Mask, "t"); > | ^~~ >src/uehandler.cc:212:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 212 | AddKey(XK_Tab, Mod1Mask | ShiftMask, "T"); > | ^~~ >src/uehandler.cc:213:29: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 213 | AddKey(XK_Escape,Mod1Mask,"\x0d"); // ctrl-m > | ^~~~~~ >src/uehandler.cc:216:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 216 | AddKey(XK_Left, Mod1Mask, "h"); > | ^~~ >src/uehandler.cc:217:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 217 | AddKey(XK_Right, Mod1Mask, "l"); > | ^~~ >src/uehandler.cc:218:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 218 | AddKey(XK_Up, Mod1Mask, "k"); > | ^~~ >src/uehandler.cc:219:30: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 219 | AddKey(XK_Down, Mod1Mask, "j"); > | ^~~ >src/uehandler.cc:220:35: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 220 | AddKey(XK_Page_Up, Mod1Mask, "a"); > | ^~~ >src/uehandler.cc:221:35: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 221 | AddKey(XK_Page_Down, Mod1Mask, "A"); > | ^~~ >src/uehandler.cc:222:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 222 | AddKey(XK_Left, Mod1Mask | ShiftMask, "H"); > | ^~~ >src/uehandler.cc:223:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 223 | AddKey(XK_Right, Mod1Mask | ShiftMask, "L"); > | ^~~ >src/uehandler.cc:224:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 224 | AddKey(XK_Up, Mod1Mask | ShiftMask, "K"); > | ^~~ >src/uehandler.cc:225:42: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 225 | AddKey(XK_Down, Mod1Mask | ShiftMask, "J"); > | ^~~ >src/uehandler.cc:226:44: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 226 | AddKey(XK_Left, Mod1Mask | ControlMask, "\x08"); > | ^~~~~~ >src/uehandler.cc:227:44: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 227 | AddKey(XK_Right, Mod1Mask | ControlMask, "\x0c"); > | ^~~~~~ >src/uehandler.cc:228:44: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 228 | AddKey(XK_Up, Mod1Mask | ControlMask, "\x0b"); > | ^~~~~~ >src/uehandler.cc:229:44: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 229 | AddKey(XK_Down, Mod1Mask | ControlMask, "\x0a"); > | ^~~~~~ >src/uehandler.cc: In member function âvoid UEHandler::Press(XButtonEvent&)â: >src/uehandler.cc:371:63: warning: ISO C++ forbids converting a string constant to âchar*â []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wwrite-strings-Wwrite-strings]8;;] > 371 | MenuInfo * mi = (MenuInfo *)rman->GetInfo(SE_MENUINFO,""); > | ^~ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o src/treewm src/action.o src/client.o src/clientinfo.o src/clienttree.o src/desktop.o src/icon.o src/main.o src/manager.o src/menu.o src/menuinfo.o src/resmanager.o src/sceme.o src/textdialog.o src/tile.o src/uehandler.o -L/usr/X11R6/lib -lXxf86vm -lXpm -lXext -lX11 >>>> Source compiled. >>>> Test phase: x11-wm/treewm-0.4.5-r2 >>>> Completed testing x11-wm/treewm-0.4.5-r2 > >>>> Install x11-wm/treewm-0.4.5-r2 into /var/tmp/portage/x11-wm/treewm-0.4.5-r2/image >>>> Completed installing x11-wm/treewm-0.4.5-r2 into /var/tmp/portage/x11-wm/treewm-0.4.5-r2/image > > * Final size of build directory: 1028 KiB (1.0 MiB) > * Final size of installed tree: 300 KiB > > > * QA Notice: Files built without respecting CFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/treewm > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/treewm >>>> Done. > * x11-wm/treewm used to install its own versions of x11-apps/xprop and > * x11-apps/xkill as treewm-xprop and treewm-xkill respectively, since > * they are assumed to be broken in combination with treewm. Since > * X(org) has become modular since treewm's last release and are not > * installed by default, we can leave those out and simply point out > * that it is NOT adviseable to use these programs when using treewm. > > > >emerge --info: >Portage 2.3.100 (python 3.7.7-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r3, 5.4.0-1009-aws x86_64) >================================================================= >System uname: Linux-5.4.0-1009-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 >KiB Mem: 16011344 total, 7236768 free >KiB Swap: 0 total, 0 free >Timestamp of repository gentoo: Sat, 30 May 2020 10:35:35 +0000 >sh bash 5.0_p17 >ld GNU ld (Gentoo 2.34 p4) 2.34.0 >app-shells/bash: 5.0_p17::gentoo >dev-lang/perl: 5.30.2-r2::gentoo >dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.3::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1::gentoo >sys-apps/sandbox: 2.18::gentoo >sys-devel/autoconf: 2.69-r5::gentoo >sys-devel/automake: 1.16.2::gentoo >sys-devel/binutils: 2.34-r1::gentoo >sys-devel/gcc: 10.1.0::gentoo >sys-devel/gcc-config: 2.3::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) >sys-libs/glibc: 2.31-r3::gentoo >Repositories: > >gentoo > location: /usr/portage > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > sync-rsync-verify-jobs: 1 > sync-rsync-verify-max-age: 24 > sync-rsync-verify-metamanifest: yes > sync-rsync-extra-opts: > >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="*" >CBUILD="x86_64-pc-linux-gnu" >CC="x86_64-pc-linux-gnu-gcc" >CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="x86_64-pc-linux-gnu-g++" >CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >DISTDIR="/usr/portage/distfiles" >EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" >ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >LANG="C.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >MAKEOPTS="-j4" >PKGDIR="/root/.packages" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/var/tmp" >USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 726276
: 642744