+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/wmsmixer-0.5.1nb2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/wmsmixer-0.5.1nb2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for wmsmixer-0.5.1nb2
/usr/bin/touch /home/pbulk/build/audio/wmsmixer/work/wmsmixer-0.5.1/wmsmixer.man
g++ -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/usr/include   -I/opt/pkg/include   -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64     -I/opt/pkg/include -I/usr/include -c wmsmixer.cc
In file included from wmsmixer.cc:40:
mixctl.h: In constructor 'MixCtl::MixCtl(char*)':
mixctl.h:35:20: error: 'SOUND_MIXER_NRDEVICES' was not declared in this scope
   35 |          nrdevices=SOUND_MIXER_NRDEVICES;
      |                    ^~~~~~~~~~~~~~~~~~~~~
mixctl.h:36:27: error: 'SOUND_DEVICE_NAMES' was not declared in this scope
   36 |          char *devnames[]=SOUND_DEVICE_NAMES;
      |                           ^~~~~~~~~~~~~~~~~~
mixctl.h:37:28: error: 'SOUND_DEVICE_LABELS' was not declared in this scope
   37 |          char *devlabels[]=SOUND_DEVICE_LABELS;
      |                            ^~~~~~~~~~~~~~~~~~~
mixctl.h:38:23: error: 'SOUND_MIXER_READ_DEVMASK' was not declared in this scope
   38 |          ioctl(mixfd, SOUND_MIXER_READ_DEVMASK, &devmask);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
mixctl.h:39:23: error: 'SOUND_MIXER_READ_STEREODEVS' was not declared in this scope
   39 |          ioctl(mixfd, SOUND_MIXER_READ_STEREODEVS, &stmask);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mixctl.h:40:23: error: 'SOUND_MIXER_READ_RECMASK' was not declared in this scope
   40 |          ioctl(mixfd, SOUND_MIXER_READ_RECMASK, &recmask);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~
mixctl.h:41:23: error: 'SOUND_MIXER_READ_CAPS' was not declared in this scope
   41 |          ioctl(mixfd, SOUND_MIXER_READ_CAPS, &caps);
      |                       ^~~~~~~~~~~~~~~~~~~~~
mixctl.h: In member function 'void MixCtl::doStatus()':
mixctl.h:67:20: error: 'SOUND_MIXER_READ_RECSRC' was not declared in this scope
   67 |       ioctl(mixfd, SOUND_MIXER_READ_RECSRC, &recsrc);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
mixctl.h:70:19: error: 'MIXER_READ' was not declared in this scope; did you mean 'MIXERDEV'?
   70 |      ioctl(mixfd, MIXER_READ(i), &mixdevs[i].value);
      |                   ^~~~~~~~~~
      |                   MIXERDEV
mixctl.h: In member function 'int MixCtl::readVol(int, bool)':
mixctl.h:79:23: error: 'MIXER_READ' was not declared in this scope; did you mean 'MIXERDEV'?
   79 |          ioctl(mixfd, MIXER_READ(dev), &mixdevs[dev].value);
      |                       ^~~~~~~~~~
      |                       MIXERDEV
mixctl.h: In member function 'void MixCtl::writeVol(int)':
mixctl.h:95:20: error: 'MIXER_WRITE' was not declared in this scope
   95 |       ioctl(mixfd, MIXER_WRITE(dev), &mixdevs[dev].value);
      |                    ^~~~~~~~~~~
mixctl.h: In member function 'bool MixCtl::readRec(int, bool)':
mixctl.h:125:16: error: 'SOUND_MIXER_READ_RECSRC' was not declared in this scope
  125 |   ioctl(mixfd, SOUND_MIXER_READ_RECSRC, &recsrc);
      |                ^~~~~~~~~~~~~~~~~~~~~~~
mixctl.h: In member function 'void MixCtl::writeRec()':
mixctl.h:133:20: error: 'SOUND_MIXER_WRITE_RECSRC' was not declared in this scope
  133 |       ioctl(mixfd, SOUND_MIXER_WRITE_RECSRC, &recsrc);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~
mixctl.h: In member function 'void MixCtl::setRec(int, bool)':
mixctl.h:139:20: error: 'SOUND_CAP_EXCL_INPUT' was not declared in this scope
  139 |          if(caps & SOUND_CAP_EXCL_INPUT)
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:62:
XPM/wmsmixer.xpm: At global scope:
XPM/wmsmixer.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    3 | "64 64 7 1",
      | ^~~~~~~~~~~
XPM/wmsmixer.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    4 | "  c None",
      | ^~~~~~~~~~
XPM/wmsmixer.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    5 | ". c #000000",
      | ^~~~~~~~~~~~~
XPM/wmsmixer.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 | "+ c #AEAAAE",
      | ^~~~~~~~~~~~~
XPM/wmsmixer.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    7 | "@ c #282828 s back_color",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    8 | "# c #202020",
      | ^~~~~~~~~~~~~
XPM/wmsmixer.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    9 | "$ c #F7F3FF",
      | ^~~~~~~~~~~~~
XPM/wmsmixer.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 | "% c #86828E",
      | ^~~~~~~~~~~~~
XPM/wmsmixer.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   11 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   12 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   13 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   14 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   15 | "    ............................   ........................+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   16 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   17 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   18 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   19 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   20 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   21 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   22 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   23 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   24 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   25 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   26 | "    ++++++++++++++++++++++++++++   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   27 | "                                   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   28 | "                                   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   29 | "    ...........................+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   30 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   31 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   32 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .#@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   33 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   34 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   35 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   36 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   37 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   38 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   39 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   40 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   41 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   42 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   43 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   44 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   45 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .#@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   46 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .#@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   47 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .#@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   48 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   49 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   50 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   51 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   52 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   53 | "    .@@@@@@@@@@@@@@@@@@@@@@@@@@+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   54 | "    ++++++++++++++++++++++++++++   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   55 | "                                   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   56 | "                                   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   57 | "    ............................   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   58 | "    .$$$$$$$$$$$$%$$$$$$$$$$$$%+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   59 | "    .$+++++++++++.$+++++++++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   60 | "    .$++++++.++++.$++++.++++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   61 | "    .$+++++..++++.$++++..+++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   62 | "    .$++++...++++.$++++...++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   63 | "    .$+++....++++.$++++....+++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:64:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   64 | "    .$++++...++++.$++++...++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:65:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   65 | "    .$+++++..++++.$++++..+++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:66:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   66 | "    .$++++++.++++.$++++.++++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:67:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   67 | "    .$+++++++++++.$+++++++++++.+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   68 | "    .%............%............+   .@@@@@@@@@@@@@@@@@@@@@@@+    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:69:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   69 | "    ++++++++++++++++++++++++++++   +++++++++++++++++++++++++    ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:70:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   70 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:71:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   71 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:72:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   72 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:73:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   73 | "                                                                ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/wmsmixer.xpm:74:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   74 | "                                                                "};
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:63:
XPM/tile.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    3 | "64 64 54 1",
      | ^~~~~~~~~~~~
XPM/tile.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    4 | "  c #F3CEF3CEF3CE",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    5 | ". c #000000000000",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 | "X c #514461856185",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    7 | "o c #A289A289B2CA",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    8 | "O c #A289A289A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    9 | "+ c #A2899248B2CA",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 | "@ c #9248A289A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   11 | "# c #A2899248A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   12 | "$ c #92489248A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   13 | "% c #924892489248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   14 | "& c #92488207A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   15 | "* c #820792489248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   16 | "= c #924882079248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   17 | "- c #820782079248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   18 | "; c #820782078207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   19 | ": c #820771C69248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   20 | "> c #618551446185",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   21 | ", c #9248A289B2CA",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   22 | "< c #92489248B2CA",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   23 | "1 c #82079248A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   24 | "2 c #82078207A289",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   25 | "3 c #71C682079248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   26 | "4 c #71C682078207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   27 | "5 c #514451446185",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   28 | "6 c #514451445144",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   29 | "7 c #820771C68207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   30 | "8 c #410351445144",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   31 | "9 c #514441035144",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:32:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   32 | "0 c #71C671C69248",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:33:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   33 | "q c #71C671C68207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:34:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   34 | "w c #71C671C671C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:35:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   35 | "e c #410341035144",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:36:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   36 | "r c #71C661858207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:37:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   37 | "t c #618571C68207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:38:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   38 | "y c #410351444103",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:39:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   39 | "u c #410341034103",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:40:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   40 | "i c #618571C671C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:41:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   41 | "p c #410330C24103",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:42:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   42 | "a c #30C241034103",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:43:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   43 | "s c #71C6618571C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:44:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   44 | "d c #6185618571C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:45:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   45 | "f c #618561858207",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:46:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   46 | "g c #30C230C230C2",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:47:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   47 | "h c #618561856185",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:48:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   48 | "j c #30C230C24103",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:49:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   49 | "k c #5144618571C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:50:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   50 | "l c #30C2410330C2",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:51:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   51 | "z c #6185514471C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:52:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   52 | "x c #208130C230C2",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:53:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   53 | "c c #30C2208130C2",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:54:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   54 | "v c #5144514471C6",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:55:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   55 | "b c #2081208130C2",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:56:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   56 | "n c #208120812081",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:57:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   57 | "m c #410330C25144",
      | ^~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:58:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   58 | "                                                               .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:59:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   59 | "                                                              X.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:60:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   60 | "  oOoO+O+O+O+@#$+@#$#$#$$$#$$%&%&%&%&*&*&*=-=*=-=-=--;---;:;:;>.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:61:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   61 | "  oo@o,o@o@o@+@+@<@$@$@$@$@$1$$$*$*$*&*&*2*&*2*-*-*-----3-3-4-X.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:62:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   62 | "  oO+OoO#O+@#@#@#$#@#$#%#$$%$%$%&%&*=%&*=*=*=-=-=--;-;-;:;:;:;5.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:63:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   63 | "  ,ooo@+@+@+@+@<@#@<@$$$$$$$$$*$1$*&*&*&*&*2*---*-----3---4:4:6.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:64:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   64 | "  +O+O+O+@#$#@#$#$#$$%$$$%&%&%&%&*=*&*=-=*=---=--;---;:;:4:;:45.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:65:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   65 | "  @o@o@o@+@+@<@$@$@$$$@$1$1$*$*$*&*&*2*=*2*-*-*-----4-3-4:4-4:6.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:66:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   66 | "  +O#O+@#@#@#$#$#$#%#%$%&%$%&%&*=*&*=*=*=-=-=--;-;-;:;:;:;:4745.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:67:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   67 | "  @+@+@+@+@<@#@$@$$$$$$$$$*$*$*&*&*&*&*2*---*-----3---4:4:4:4:8.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:68:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   68 | "  #O+@#$#@#$#$#$$%$$$%&%&%&%&*=*&*=-=-=---=--;:;-;:;:4:4:474:49.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:69:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   69 | "  @o@<@+@<@$@$@$$$$$1$1$*$*$*&*&*2*=*2*-*-*-----4-4-4:4:4:4:408.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:70:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   70 | "  +@#@#@#$#$#$$%#%$%&%$%&%&*=*&*=*=*=-=-=--;-;-;:;:;:;:474747q9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:71:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   71 | "  @+@+@<@$$$@$$$$$1$$$*&*$*&*&*&*&*2*---------3-3-4:4:4:4:404q8.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:72:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   72 | "  #$#@#$#$#$$%$$$%&%&%&%&*=-&*=-=-=---=--;:;:;:;:4:4:474:47q7q9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:73:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   73 | "  @#@<@$@$@$$$$$*$1$*$*$*&*&*2*-*2*-*-*-3---4-4-4:4:4:4:404q4q8.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:74:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   74 | "  #@#$#$#$$%$%$%&%$%&%&*=*=*=-=*=-=;=--;-;-;:;:47;:474747q7q7q9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:75:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   75 | "  @<@$$$@$$$$$1$$$*&*&*&*&*&*=*2*---------4-3-4:4:4:4:404qq04q8.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   76 | "  #$#$#$$%$%$%&%&%&%&*=-&*=-=-=------;:;:;:;:4:4:47q747qqq7qqq9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:77:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   77 | "  @$@$@$$$$$*$1$*$*$*&*&*2*-*-*---*-3-3-4-4-4:4:4:4:404q4q4qqq8.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:78:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   78 | "  #$#$$%$%$%&%&%&%&*=*=*=-=-=-=;=--;:;-;:;:474:474747q7q7qqwqw9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:79:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   79 | "  $$@$$$$$*$$$*&*&*&*&*2*=*2*---------4-3-4:4:4:4:404qqq4qqqqqe.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:80:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   80 | "  #$$%$%$%&%&*&%&*=-&*=-=-=------;:;:;:;:4:4:47q7q7qqq7qqwrqqw9.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:81:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   81 | "  @$$$$$*$1$*&*$*2*&*2*-*-*-----3-3-4-4-4:4:404:404q4q4qqqqqtqy.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:82:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   82 | "  $%$%$%&%&%=%&*=*=*=-=-=--;=--;:;-;:;:474:474747q7q7qqwqwqwrwe.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   83 | "  $$$$*$1$*&*&*&*&*2*--2*-----3---4:3-4:4:4:4:404qqqqqqqqqtqtqu.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:84:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   84 | "  &%$%&%&*&*&*=-=*=-=-=--;---;:;:;:;:4:4:47q7q7qqq7qqwrqrwrwrip.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:85:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   85 | "  $$*$*$*&*&*2*&*2*-*-*-----3-3-4-4-4:4:404q404q4q4qtqqqiqtqiru.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:86:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   86 | "  $%&%&*=%&*=*=*=-=-=--;-;-;:;-;:;:474:47q747q7q7qqwqwqwrwrirwu.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:87:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   87 | "  *$1$*&*&*&*&*2*---*-----3---4:4:4:4:4:4:404qqqqqqqqqtqtqirira.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:88:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   88 | "  &%&*=*&*=-=*=-=-=--;---;:;:;:;:4:4:47q7q7qqqqqqwrqrwrwriririp.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:89:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   89 | "  *$*&*&*2*&*2*-*-*-----3-3-4-4-4:4:404q4q4qqq4qtqtqiqiqiriqira.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:90:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   90 | "  &*=*&*=*=*=-=-=--;-;-;:;:;:;:474:47q7q7q7q7qqwrwqwrwrirwrisip.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:91:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   91 | "  *&*&*&*&*2*---*-----3---4:4:4:4:404:404qqqqqqqqqtqtqiriririra.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:92:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   92 | "  =*&*=-=*=---=--;---;:;:4:;:474:47q7q7qqqqqqwrwrwrwriririsdrdp.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:93:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   93 | "  *&*2*=*2*-*-*-----4-3-4:4-4:4:404q4q4qqqqqtqtqiqiqiriqifirifa.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:94:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   94 | "  &*=*=*=-=-=--;-;-;:;:;:;:474747q7q7qqq7qqwrwqwrwrirwrisisisdp.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:95:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   95 | "  *&*&*2*---*-----3-3-4:4:4:4:404qq04qqqqqtqqqirtqiririririfida.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:96:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   96 | "  =-=-=---=--;:;-;:;:4:4:474:47q7q7qqqqqqwrwrwrwriririsdrdsdddp.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:97:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   97 | "  *=*2*-*-*-----4-4-4:4:4:4:404q4q4qqqqqtqtqiqiqiriqifififidida.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:98:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   98 | "  =*=-=-=--;-;-;:;:4:;:474747q7q7qqwqwqwrwqwrwrirwrisdsisdsdsdp.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:99:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   99 | "  *2*---------4-3-4:4:4:4:404qq04qqqqqtqqqiririririririfidddddg.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:100:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  100 | "  =---=--;:;:;:;:4:4:474:47q7q7qqqqqqwrwrwrwriririsdsdsddddddhj.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:101:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  101 | "  *---*-3---4-4-4:4:4:4:404q4q4qqqqqtqtqiqiqiririfififidddidkdl.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:102:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  102 | "  =;=--;:;-;:;:474:474747q7q7qqwqwqwrwrwrwrirwrisdsdsdsdsddhzhj.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:103:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  103 | "  --------4-3-4:4:4:4:404qq04qqqqqtqqqiririririfirifidddddddddx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:104:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  104 | "  ---;:;:;:;:4:4:47q747qqq7qqwqqqwrwrirwriririsdsdsddddddhzhzhc.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:105:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  105 | "  --3-3-4-4-4:4:4:4:404q4q4qqqqqtqtqiriqiririfififidddddkdkdXdx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:106:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  106 | "  -;:;-;:;:474:474747q7q7qqwqwqwrwrwrwrisisisdsdsdddsddhzhdhzhg.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:107:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  107 | "  ----4-3-4:4:4:4:404qqq4qqqqqtqtqiriririrififdfidddddkdddkzkdx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:108:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  108 | "  :;:;:;:4:4:47q7q7qqq7qqwrqqwrwriririririsdsdsddddddhzhzhzhzXc.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:109:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  109 | "  3-4-4-4:4:404:404q4q4qqqqqtqtqiriqiririfidididddddkdkdXdXdXzx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:110:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  110 | "  -;:;:474:47q747q7q7qqwqwqwrwrirwrisisisdsdsddddddhzhdhzhzXzhc.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:111:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  111 | "  4:4-4:4:4:4:404qqqqqqqqqtqtqiriririrififdfidddddkdddkzkdXzXzx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:112:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  112 | "  :;:4:4:47q7q7qqq7qqwrqrwrwriririsirisdsdsddddddhzhzhzhzXzXzXc.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:113:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  113 | "  4-4:4:404q404qqq4qtqqqiqtqiriqiririfidididddddkdkdXdXdXzXzXvx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:114:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  114 | "  :474:47q7q7q7q7qqwrwqwrwrirwrisisisdsdsddddddhzhzhzhzXzhzX>5c.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:115:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  115 | "  4:4:4:4:404qqqqqqqqqtqtqiririririfiddfidddddkdddXzkdXzXzXvXzx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:116:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  116 | "  :4:47q7q7qqqqqqwrwrwrwriririsdrisdddsddddddhzhzXzhzXzXzX>5>5c.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:117:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  117 | "  4:404q4q4qqqqqtqtqiqiqiriqiririfidididddddkdkdXzXdXzXzXvXvXvx.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:118:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  118 | "  :47q7q7q7q7qqwrwqwrwrirwrisisisdsdsddhdddhzhzhzhzXzXzX>5>5>5b.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:119:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  119 | "  404:404qqqqqqqqqiqtqiririririfidddidddddkdkdXzkzXzXzXvXv5vX5n.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:120:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  120 | "  >65656569698989y9e9u9ueumueupupapaplpgjgjgjgcgcgcgcxcbcncnbnb.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/tile.xpm:121:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  121 | " ..............................................................."};
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    3 | "650 24 4 1",
      | ^~~~~~~~~~~~
XPM/icons.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    4 | ".     c #202020 s back_color",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/icons.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    5 | "+     c #00C9C1 s led_color_high",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/icons.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 | "@     c #0C8580 s led_color_med ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/icons.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    7 | "#     c #184A48 s led_color_low",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/icons.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    8 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    9 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   11 | ".................................................................++...........................................................................................................................................................................................................+......................................................................................................................................................................................................................................................................................................................@......@.............................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   12 | "..................................#######.......................+..+..............................................+..........................................................................#++...........................................................................+.++....+..+.+...........#.............................................................................................................................................................#++++++#..................#++++++#..................#++++++#...............#+++++++++++++#...........#+++++++++++++#................@....@..............................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   13 | ".................................#++++++++#....................#+..+#.............................................+........................++......................#++++++#.................#++#+.........................++++++..............++.++........................+.++....+..+.+.........#+++#.....................+#........................++.++........................#++++++#..................#++++++#..................#++++++#..................#++++++++++++#+...........#++++++++++++#+...........#++++++++++++#+.......@+++++++++++++++++@.......@+++++++++++++++++@...............@..@...............................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   14 | "................................#++@#..@+++@...................#+..+#..........................................+.++....+..+.+.............++.+....................#++++++++++++#+...........++#+#+......................++###+++++............##.##...................+.+.++.++...++..+.++........+++++.....................++#.......................##.##.......................#++++++++++++#+...........#++++++++++++#+...........#++++++++++++#+...........#+++++++....+.+.+.........#+++++++....+.+.+.........#+++++++....+.+.+.....+++++++++++++++++++++.....+++++++++++++++++++++...............@@..........................................++.++.................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   15 | "...................#+...........+++.....#+++@..++...............+..+...........................................+.++....+..+.+............+.+.+.......+...........#+++++++....+.+.+..........+#+#++.....................++####++++++...........++.++...................+.+.+++++.+.++.++.++.......#+++++#....................+++#......................++.++......................#+++++++....+.+.+.........#+++++++....+.+.+.........#+++++++....+.+.+..........+#++++++++++++#+..........+#++++++++++++#+..........+#++++++++++++#+......+++++@#.......#@+++++.....+++++@#.......#@+++++........#++++++++++++++#..........++.......................##.##.................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   16 | ".................#+++..........#++#......#+++#.++................++................+++++++++++++++........+.+.++.++...++..+.++..........+#+..##.......+..........+#++++++++++++#+............+#++.+....................+++###++++@+...........##.##...................+++.+++++++.+++++++++.......+++++.....................++#.......................##.##......................+#++++++++++++#+..........+#++++++++++++#+..........+#++++++++++++#+...........+.#++++++#................+.#++++++#................+.#++++++#............++++@..++...++..@++++.....++++@..++...++..@++++........++++++++++++++++.........+..+......................++.++.................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:17:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   17 | "...............#+++++..........#+++#......+++#..................#+#................+#+#+#+#+#+#+#+#.......+.+.+++++.+.++.++.++.........+.#+...+..+....+..........+.#++++++#...................++##.+..................+##+###+++@+++..........++.++..........#+.......+++++++++++++++++++++.......#+++#..........#+.........+#.............#+.........++.++..........#+..........+.#++++++#................+.#++++++#................+.#++++++#.................+.........................+.........................+......................++#...++...++...#++.......++#...++...++...#++.........+++####..#...+++............+......................##.##.................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:18:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   18 | ".............#+++++++...........++++......+++#.................++++#...............+#+#+#+#+#+#+#+#.......+++.+++++++.+++++++++...........++#.+...+....+.........+..............................+##.+.................+#####+++@++++.......................#+++.......@@@@@@@@@@@@@@@@@@@@@.........#..........#+++......................#+++......................#+++..........+.........................+.........................+..........................#+........................#+........................#+..........................+++++++++.................+++++++++..............++#######.#...++...........+............#+.........++.++..........#+.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:19:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   19 | "...........#+++++++++...........#++#......+++#.++.............#+#.++...............+#+#+#+#+#+#+#+#.......+++++++++++++++++++++...........+#+.#.+.+.+..+.........#+..............................+##.+................+####+..+####+.....................#+++++.......+.++++++++++++++++.++..................#+++++....................#+++++....................#+++++..........#+........................#+........................#+.......................................................................................................++#########++.............++#########++............++##@@####..#.++..........+...........#+++......................#+++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:20:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   20 | ".........#+++++++++++....................#+++#.++............++#.++++..............+#.#.#.#.#.#.#+#.......@@@@@@@@@@@@@@@@@@@@@...........+#+.+...+....+..........#+..............................+##.+...............+####+..+####+...................#+++++++.......+.++++.++++.++++.+.+.................#+++++++..................#+++++++..................#+++++++...........#+........................#+........................#+.....................@..@@..@..................@..@@..@..................@..@@..@....................+###+@#+@#+@##+...........+###+@#+@#+@##+...........++##@@@##.#...++....................#+++++....................#+++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:21:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   21 | ".......#+++++++++++++....................++++...............#+#.+.+..+.............+#.#.#.#.#.#.#+#.......+++++++++++++++++++++...........++..+...+....+...........+...............................+##.+..............++++@+++#####+.................#+++++++++.......+.++.+.++++..+.+...................#+++++++++................#+++++++++................#+++++++++............+.........................+.........................+.....................@.@..@.@.........+........@.@..@.@.........++.......@.@..@.@.........++........+####@@#@@#@@###+.........+####@@#@@#@@###+..........++###@#####.#.++..........+.......#+++++++..................#+++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:22:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   22 | ".....#+++++++++++++++...................++++................#+..+..+.+.............+++++++++++++++#.......+.+++++++++++++++++++........+.#+...+..+....+............+................................+##+..............+++@+++##++##+...............#+++++++++++..........+.+.++.+..+...................#+++++++++++..............#+++++++++++..............#+++++++++++............+...........+.............+..........++.............+..........++.........@.@..@.@........++........@.@..@.@........+..+......@.@..@.@........+..+.......+####+@#+@#+@###..........+####+@#+@#+@###...........++########.#..++................#+++++++++................#+++++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:23:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   23 | "....+++++++++++++++++.................#++++.................#+.....+.+..............###############.......+.++++.++++.++++++++..........+#+..##.......+............+.................................+++...............+@++++###+++..............#+++++++++++++..........+.+..+.+......++............#+++++++++++++............#+++++++++++++............#+++++++++++++............+..........++.............+.........+..+............+.........+..+........@.@..@.@.........+........@.@..@.@..........+.......@.@..@.@..........+........+####@@#@@#@@##.+.........+####@@#@@#@@##.+..........++########.#.#++..............#+++++++++++..............#+++++++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:24:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   24 | "....................................@++++#...................#+...#+#+......................................++.+.++++..+.+++.+...........+.+.+.......+............++....................................+..............++++++####++............#+++++++++++++++............+..+.......+..+.........#+++++++++++++++..........#+++++++++++++++..........#+++++++++++++++...........++...........+............++...........+............++...........+.........@..@@..@.........+........@..@@..@.........+........@..@@..@........+..+.......+####+@#+@#+@#.++.........+####+@#+@#+@...++.........+++#.#.#.#...+++............#+++++++++++++............#+++++++++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:25:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   25 | "...................................++++#......................#++++++........................................+.+.++.+..+.++..+............++.+...................++..............................#+++...+#..............+++++###++............+++++++++++++++++.........................+.........+++++++++++++++++.........+++++++++++++++++.........+++++++++++++++++..........++............+...........++...........+............++..........+..+........................+++.......................++++.......................++........+####@@#@@#@@.+++++.......+####@@#@@#@@.+++++........++++++++++++++++..........#+++++++++++++++..........#+++++++++++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:26:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   26 | "...................................@+#.............................+#........................................+.+..+.+....+.................++...................++...............................+...+++#.................++++++.......................................................+........................................................................................++............+++.........++...........++++.........++............++..........++........................++........................++........................+#############.++.........+############...++.........#++++++++++++++#.........+++++++++++++++++.........+++++++++++++++++.....",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:27:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   27 | "................................................................+++#...........................................+..+.............................................+.....................................................................................................................++++......................................................................................+.........................+.........................+.........................+.........................+.........................+..........................++++++++++++++.+..........++++++++++++++.+...................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:28:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   28 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:29:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   29 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:30:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   30 | "..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:66:
XPM/icons.xpm:31:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   31 | ".........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................."};
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:67:
XPM/digits.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    3 | "66 9 4 1",
      | ^~~~~~~~~~
XPM/digits.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    4 | "   c #282828 s back_color",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    5 | "@ c #20B2AE s led_color_high",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 | ". c #004941 s led_color_low",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    7 | "# c #188A86 s led_color_med",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    8 | "                                                                  ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    9 | "  @@@   ...# #@@@# #@@@# @...@ #@@@# #@@@# #@@@# #@@@# #@@@#  ... ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 | " @   @ .   @ .   @ .   @ @   @ @   . @   . .   @ @   @ @   @ .   .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   11 | " @   @ .   @ .   @ .   @ @   @ @   . @   . .   @ @   @ @   @ .   .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   12 | " #...#  ...# #@@@#  @@@# #@@@# @@@@# #@@@#  ...# #@@@# #@@@#  ... ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   13 | " @   @ .   @ @   . .   @ .   @ .   @ @   @ .   @ @   @ .   @ .   .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   14 | " @   @ .   @ @   . .   @ .   @ .   @ @   @ .   @ @   @ .   @ .   .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   15 | "  @@@   ...@ #@@@# #@@@#  ...# #@@@# #@@@#  ...@ #@@@# #@@@#  ... ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/digits.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   16 | "                                                                  "};
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:68:
XPM/chars.xpm:3:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    3 | "156 9 4 1",
      | ^~~~~~~~~~~
XPM/chars.xpm:4:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    4 | "  c #282828 s back_color",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:5:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    5 | ". c #004941 s led_color_low",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:6:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    6 | "@ c #20B2AE s led_color_high",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:7:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    7 | "# c #188A86 s led_color_med",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:8:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    8 | "                                                                                                                                                            ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from wmsmixer.cc:68:
XPM/chars.xpm:9:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    9 | " .@@@. #@@@   @@@# #@@@  #@@@# #@@@# #@@@# #...#  @@@   ...# #...# #...  @...@ #@@@  #@@@# #@@@# #@@@# #@@@# #@@@# #@@@# #...# #...# #...# #...# #...# #@@@#",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:10:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   10 | " @   @ @   @ @   . @   @ @   . @   . @   . @   @ . @ . .   @ @   @ @   . @@ @@ @   @ @   @ @   @ @   @ @   @ @   . . @ . @   @ @   @ @   @ @   @ @   @ .   @",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:11:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   11 | " @   @ @   @ @   . @   @ @   . @   . @   . @   @ . @ . .   @ @  @  @   . @ @ @ @   @ @   @ @   @ @   @ @   @ @   . . @ . @   @ @   @ @   @  @ @  @   @ .  @.",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:12:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   12 | " #@@@# #@@@  #...  #...# #@@@  #@@@  #.#@# #@@@#  .#.   ...# #@@   #...  #...# #...# #...# #@@@# #@..# #@@@  #@@@#  .#.  #...# #...# #...#   @   #@@@#  .@. ",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:13:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   13 | " @   @ @   @ @   . @   @ @   . @   . @   @ @   @ . @ . .   @ @  @  @   . @   @ @   @ @   @ @   . @ @ @ @   @ .   @ . @ . @   @ @   @ @ @ @  @ @  .   @ .@  .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:14:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   14 | " @   @ @   @ @   . @   @ @   . @   . @   @ @   @ . @ . @   @ @   @ @   . @   @ @   @ @   @ @   . @  @@ @   @ .   @ . @ . @   @ @   @ @@ @@ @   @ .   @ @   .",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:15:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   15 | " #...# #@@@   @@@# #@@@  #@@@# #...  #@@@# #...#  @@@  #@@@# #...# #@@@# #...# #...# #@@@# #...  #@@@# #...# #@@@#  .#.  #@@@#  #@#  #...# #...# #@@@# #@@@#",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPM/chars.xpm:16:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   16 | "                                                                                                                                                            "};
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wmsmixer.cc:122:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                           ^~~~~~
wmsmixer.cc:122:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                   ^~~~~~
wmsmixer.cc:122:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                           ^~~~~~
wmsmixer.cc:122:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                                   ^~~~~~
wmsmixer.cc:122:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                                           ^~~~~~
wmsmixer.cc:122:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                                                   ^~~~~~
wmsmixer.cc:122:75: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  122 | char *small_labels[25] = {"vol ", "bass", "trbl", "synt", "pcm ", "spkr", "line",
      |                                                                           ^~~~~~
wmsmixer.cc:123:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |      ^~~~~~
wmsmixer.cc:123:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |              ^~~~~~
wmsmixer.cc:123:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |                      ^~~~~~
wmsmixer.cc:123:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |                              ^~~~~~
wmsmixer.cc:123:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |                                      ^~~~~~
wmsmixer.cc:123:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |                                              ^~~~~~
wmsmixer.cc:123:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  123 |      "mic ", "cd  ", "mix ", "pcm2", "rec ", "igai", "ogai",
      |                                                      ^~~~~~
wmsmixer.cc:124:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |      ^~~~~~
wmsmixer.cc:124:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |              ^~~~~~
wmsmixer.cc:124:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |                      ^~~~~~
wmsmixer.cc:124:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |                              ^~~~~~
wmsmixer.cc:124:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |                                      ^~~~~~
wmsmixer.cc:124:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |                                              ^~~~~~
wmsmixer.cc:124:54: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  124 |      "lin1", "lin2", "lin3", "dig1", "dig2", "dig3", "phin",
      |                                                      ^~~~~~
wmsmixer.cc:125:6: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  125 |      "phou", "vid ", "rad ", "mon "};
      |      ^~~~~~
wmsmixer.cc:125:14: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  125 |      "phou", "vid ", "rad ", "mon "};
      |              ^~~~~~
wmsmixer.cc:125:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  125 |      "phou", "vid ", "rad ", "mon "};
      |                      ^~~~~~
wmsmixer.cc:125:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  125 |      "phou", "vid ", "rad ", "mon "};
      |                              ^~~~~~
wmsmixer.cc: In function 'int main(int, char**)':
wmsmixer.cc:178:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  178 |   XpmColorSymbol xpmcsym[4]={{"back_color",     NULL, color[0]},
      |                               ^~~~~~~~~~~~
wmsmixer.cc:179:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  179 |         {"led_color_high", NULL, color[1]},
      |          ^~~~~~~~~~~~~~~~
wmsmixer.cc:180:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  180 |         {"led_color_med",  NULL, color[2]},
      |          ^~~~~~~~~~~~~~~
wmsmixer.cc:181:10: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  181 |         {"led_color_low",  NULL, color[3]}};
      |          ^~~~~~~~~~~~~~~
wmsmixer.cc: In function 'void createWin(Window*, int, int)':
wmsmixer.cc:19:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   19 | #define NAME        "wmsmixer"
      |                     ^~~~~~~~~~
wmsmixer.cc:366:22: note: in expansion of macro 'NAME'
  366 |   classHint.res_name=NAME;
      |                      ^~~~
wmsmixer.cc:20:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   20 | #define CLASS       "Wmsmixer"
      |                     ^~~~~~~~~~
wmsmixer.cc:367:23: note: in expansion of macro 'CLASS'
  367 |   classHint.res_class=CLASS;
      |                       ^~~~~
*** [wmsmixer.o] Error code 1

bmake: stopped in /home/pbulk/build/audio/wmsmixer/work/wmsmixer-0.5.1
1 error

bmake: stopped in /home/pbulk/build/audio/wmsmixer/work/wmsmixer-0.5.1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/wmsmixer
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/wmsmixer