Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419092 Details for
Bug 568140
games-engines/scummvm-tools-1.7.0 : /.../ld: compress.o: undefined reference to symbol 'vorbis_block_init'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-engines:scummvm-tools-1.7.0:20151212-222253.log
games-engines:scummvm-tools-1.7.0:20151212-222253.log (text/plain), 291.17 KB, created by
Toralf Förster
on 2015-12-13 11:26:20 UTC
(
hide
)
Description:
games-engines:scummvm-tools-1.7.0:20151212-222253.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-12-13 11:26:20 UTC
Size:
291.17 KB
patch
obsolete
> * Package: games-engines/scummvm-tools-1.7.0 > * Repository: gentoo > * Maintainer: games > * USE: abi_x86_64 amd64 elibc_glibc iconv kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking scummvm-tools-1.7.0.tar.bz2 to /var/tmp/portage/games-engines/scummvm-tools-1.7.0/work >>>> Source unpacked in /var/tmp/portage/games-engines/scummvm-tools-1.7.0/work >>>> Preparing source in /var/tmp/portage/games-engines/scummvm-tools-1.7.0/work/scummvm-tools-1.7.0 ... > * Applying scummvm-tools-1.7.0-binprefix.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-engines/scummvm-tools-1.7.0/work/scummvm-tools-1.7.0 ... >Running ScummVM Tools configure... >Looking for C++ compiler... x86_64-pc-linux-gnu-g++ >Checking for compiler version... 4.9.3, ok >found non-gcc compiler version 4.9.3, ok >Checking endianness... little >Type with 1 byte... char >Type with 2 bytes... short >Type with 4 bytes... int >Alignment required... no >Checking hosttype... linux-gnu >Checking if host is POSIX compliant... yes >Checking whether to have a verbose build... yes >Checking for Ogg Vorbis... no >Checking for Tremor... yes >Checking for FLAC >= 1.1.3... no >Checking for MAD... no >Checking for PNG >= 1.2.8... no >Checking for zlib... yes >Checking for freetype... 2.5.5 >Checking for Boost => 1.32.0... yes >Checking whether Boost.ProgramOptions has been compiled... yes >Checking whether iconv.h is present... yes >Checking whether iconv needs linking against libiconv... no >Checking signature of iconv... iconv_t, char **, size_t *, char **, size_t * >Checking for iconv... yes >Looking for wx-config... /usr/bin/wx-config >Checking for wxwidgets gui dev component... found > >Creating config.h >Creating config.mk >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-engines/scummvm-tools-1.7.0/work/scummvm-tools-1.7.0 ... >make -j1 >mkdir -p engines/cine/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cine/.deps/decine.d" -MQ "engines/cine/decine.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/cine/decine.cpp -o engines/cine/decine.o >engines/cine/decine.cpp: In function âint main(int, char**)â: >engines/cine/decine.cpp:852:33: warning: ignoring return value of âsize_t fread(void*, size_t, size_t, FILE*)â, declared with attribute warn_unused_result [-Wunused-result] > fread(data, dataSize, 1, fp); > ^ >x86_64-pc-linux-gnu-g++ -o decine engines/cine/decine.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob.d" -MQ "engines/gob/degob.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob.cpp -o engines/gob/degob.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script.d" -MQ "engines/gob/degob_script.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script.cpp -o engines/gob/degob_script.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v1.d" -MQ "engines/gob/degob_script_v1.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v1.cpp -o engines/gob/degob_script_v1.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v2.d" -MQ "engines/gob/degob_script_v2.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v2.cpp -o engines/gob/degob_script_v2.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v3.d" -MQ "engines/gob/degob_script_v3.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v3.cpp -o engines/gob/degob_script_v3.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v4.d" -MQ "engines/gob/degob_script_v4.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v4.cpp -o engines/gob/degob_script_v4.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v5.d" -MQ "engines/gob/degob_script_v5.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v5.cpp -o engines/gob/degob_script_v5.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_v6.d" -MQ "engines/gob/degob_script_v6.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_v6.cpp -o engines/gob/degob_script_v6.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_bargon.d" -MQ "engines/gob/degob_script_bargon.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_bargon.cpp -o engines/gob/degob_script_bargon.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_fascin.d" -MQ "engines/gob/degob_script_fascin.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_fascin.cpp -o engines/gob/degob_script_fascin.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_geisha.d" -MQ "engines/gob/degob_script_geisha.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_geisha.cpp -o engines/gob/degob_script_geisha.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/degob_script_littlered.d" -MQ "engines/gob/degob_script_littlered.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/degob_script_littlered.cpp -o engines/gob/degob_script_littlered.o >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/tool.d" -MQ "tool.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c tool.cpp -o tool.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm.d" -MQ "engines/scumm/descumm.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/descumm.cpp -o engines/scumm/descumm.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm6.d" -MQ "engines/scumm/descumm6.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/descumm6.cpp -o engines/scumm/descumm6.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm-common.d" -MQ "engines/scumm/descumm-common.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/descumm-common.cpp -o engines/scumm/descumm-common.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/descumm-tool.d" -MQ "engines/scumm/descumm-tool.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/descumm-tool.cpp -o engines/scumm/descumm-tool.o >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/file.d" -MQ "common/file.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/file.cpp -o common/file.o >common/file.cpp: In member function âvoid Common::File::scanString(char*)â: >common/file.cpp:422:29: warning: ignoring return value of âint fscanf(FILE*, const char*, ...)â, declared with attribute warn_unused_result [-Wunused-result] > fscanf(_file, "%s", result); > ^ >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/hashmap.d" -MQ "common/hashmap.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/hashmap.cpp -o common/hashmap.o >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/md5.d" -MQ "common/md5.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/md5.cpp -o common/md5.o >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/memorypool.d" -MQ "common/memorypool.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/memorypool.cpp -o common/memorypool.o >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/str.d" -MQ "common/str.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/str.cpp -o common/str.o >mkdir -p common/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "common/.deps/util.d" -MQ "common/util.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c common/util.cpp -o common/util.o >mkdir -p sound/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/adpcm.d" -MQ "sound/adpcm.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c sound/adpcm.cpp -o sound/adpcm.o >mkdir -p sound/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/audiostream.d" -MQ "sound/audiostream.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c sound/audiostream.cpp -o sound/audiostream.o >mkdir -p sound/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/voc.d" -MQ "sound/voc.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c sound/voc.cpp -o sound/voc.o >mkdir -p sound/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "sound/.deps/wave.d" -MQ "sound/wave.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c sound/wave.cpp -o sound/wave.o >mkdir -p engines/sword2/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword2/.deps/desword2.d" -MQ "engines/sword2/desword2.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/sword2/desword2.cpp -o engines/sword2/desword2.o >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/main_cli.d" -MQ "main_cli.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c main_cli.cpp -o main_cli.o >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/scummvm-tools-cli.d" -MQ "scummvm-tools-cli.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c scummvm-tools-cli.cpp -o scummvm-tools-cli.o >mkdir -p engines/agos/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/agos/.deps/compress_agos.d" -MQ "engines/agos/compress_agos.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/agos/compress_agos.cpp -o engines/agos/compress_agos.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/compress_gob.d" -MQ "engines/gob/compress_gob.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/compress_gob.cpp -o engines/gob/compress_gob.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/extract_fascination_cd.d" -MQ "engines/gob/extract_fascination_cd.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/extract_fascination_cd.cpp -o engines/gob/extract_fascination_cd.o >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/compress_kyra.d" -MQ "engines/kyra/compress_kyra.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/compress_kyra.cpp -o engines/kyra/compress_kyra.o >mkdir -p engines/queen/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/queen/.deps/compress_queen.d" -MQ "engines/queen/compress_queen.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/queen/compress_queen.cpp -o engines/queen/compress_queen.o >mkdir -p engines/saga/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/saga/.deps/compress_saga.d" -MQ "engines/saga/compress_saga.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/saga/compress_saga.cpp -o engines/saga/compress_saga.o >mkdir -p engines/sci/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sci/.deps/compress_sci.d" -MQ "engines/sci/compress_sci.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/sci/compress_sci.cpp -o engines/sci/compress_sci.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/compress_scumm_bun.d" -MQ "engines/scumm/compress_scumm_bun.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/compress_scumm_bun.cpp -o engines/scumm/compress_scumm_bun.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/compress_scumm_san.d" -MQ "engines/scumm/compress_scumm_san.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/compress_scumm_san.cpp -o engines/scumm/compress_scumm_san.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/compress_scumm_sou.d" -MQ "engines/scumm/compress_scumm_sou.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/compress_scumm_sou.cpp -o engines/scumm/compress_scumm_sou.o >mkdir -p engines/sword1/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword1/.deps/compress_sword1.d" -MQ "engines/sword1/compress_sword1.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/sword1/compress_sword1.cpp -o engines/sword1/compress_sword1.o >engines/sword1/compress_sword1.cpp: In member function âint16* CompressSword1::uncompressSpeech(Common::File&, uint32, uint32, uint32*)â: >engines/sword1/compress_sword1.cpp:349:35: warning: âlengthâ may be used uninitialized in this function [-Wmaybe-uninitialized] > guessEndianness(dstData, length); > ^ >mkdir -p engines/sword2/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/sword2/.deps/compress_sword2.d" -MQ "engines/sword2/compress_sword2.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/sword2/compress_sword2.cpp -o engines/sword2/compress_sword2.o >mkdir -p engines/tinsel/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tinsel/.deps/compress_tinsel.d" -MQ "engines/tinsel/compress_tinsel.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/tinsel/compress_tinsel.cpp -o engines/tinsel/compress_tinsel.o >mkdir -p engines/touche/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/touche/.deps/compress_touche.d" -MQ "engines/touche/compress_touche.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/touche/compress_touche.cpp -o engines/touche/compress_touche.o >mkdir -p engines/tucker/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/tucker/.deps/compress_tucker.d" -MQ "engines/tucker/compress_tucker.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/tucker/compress_tucker.cpp -o engines/tucker/compress_tucker.o >mkdir -p engines/agos/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/agos/.deps/extract_agos.d" -MQ "engines/agos/extract_agos.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/agos/extract_agos.cpp -o engines/agos/extract_agos.o >mkdir -p engines/cge/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cge/.deps/extract_cge.d" -MQ "engines/cge/extract_cge.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/cge/extract_cge.cpp -o engines/cge/extract_cge.o >mkdir -p engines/cge/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cge/.deps/pack_cge.d" -MQ "engines/cge/pack_cge.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/cge/pack_cge.cpp -o engines/cge/pack_cge.o >mkdir -p engines/cine/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cine/.deps/extract_cine.d" -MQ "engines/cine/extract_cine.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/cine/extract_cine.cpp -o engines/cine/extract_cine.o >mkdir -p engines/cruise/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/cruise/.deps/extract_cruise_pc.d" -MQ "engines/cruise/extract_cruise_pc.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/cruise/extract_cruise_pc.cpp -o engines/cruise/extract_cruise_pc.o >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/extract_gob_stk.d" -MQ "engines/gob/extract_gob_stk.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/extract_gob_stk.cpp -o engines/gob/extract_gob_stk.o >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/extract_kyra.d" -MQ "engines/kyra/extract_kyra.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/extract_kyra.cpp -o engines/kyra/extract_kyra.o >mkdir -p engines/parallaction/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/parallaction/.deps/extract_parallaction.d" -MQ "engines/parallaction/extract_parallaction.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/parallaction/extract_parallaction.cpp -o engines/parallaction/extract_parallaction.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_loom_tg16.d" -MQ "engines/scumm/extract_loom_tg16.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_loom_tg16.cpp -o engines/scumm/extract_loom_tg16.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_apple.d" -MQ "engines/scumm/extract_mm_apple.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_mm_apple.cpp -o engines/scumm/extract_mm_apple.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_c64.d" -MQ "engines/scumm/extract_mm_c64.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_mm_c64.cpp -o engines/scumm/extract_mm_c64.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_mm_nes.d" -MQ "engines/scumm/extract_mm_nes.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_mm_nes.cpp -o engines/scumm/extract_mm_nes.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_scumm_mac.d" -MQ "engines/scumm/extract_scumm_mac.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_scumm_mac.cpp -o engines/scumm/extract_scumm_mac.o >mkdir -p engines/scumm/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/scumm/.deps/extract_zak_c64.d" -MQ "engines/scumm/extract_zak_c64.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/scumm/extract_zak_c64.cpp -o engines/scumm/extract_zak_c64.o >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/kyra_ins.d" -MQ "engines/kyra/kyra_ins.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/kyra_ins.cpp -o engines/kyra/kyra_ins.o >engines/kyra/kyra_ins.cpp: In member function âvoid FileExpander::generateTables(uint8, uint8, uint8, int)â: >engines/kyra/kyra_ins.cpp:388:26: warning: cast from type âconst uint8* {aka const unsigned char*}â to type âuint16* {aka short unsigned int*}â casts away qualifiers [-Wcast-qual] > uint16 * bt = (uint16*) tbl3; > ^ >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/kyra_pak.d" -MQ "engines/kyra/kyra_pak.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/kyra_pak.cpp -o engines/kyra/kyra_pak.o >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/compress.d" -MQ "compress.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c compress.cpp -o compress.o >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/tools.d" -MQ "tools.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c tools.cpp -o tools.o >mkdir -p gui/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/configuration.d" -MQ "gui/configuration.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -c gui/configuration.cpp -o gui/configuration.o >In file included from /usr/include/wx-2.8/wx/debug.h:22:0, > from /usr/include/wx-2.8/wx/defs.h:521, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/wxchar.h: In function âwxChar* wxTmemchr(const wxChar*, wxChar, size_t)â: >/usr/include/wx-2.8/wx/wxchar.h:1351:33: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > return (wxChar*)s; > ^ >In file included from /usr/include/wx-2.8/wx/string.h:55:0, > from /usr/include/wx-2.8/wx/confbase.h:18, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/buffer.h: In member function âchar* wxCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxCharBuffer*â to type âwxCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:127:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxCharBuffer, char, wxStrdupA); > ^ >/usr/include/wx-2.8/wx/buffer.h: In member function âwchar_t* wxWCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxWCharBuffer*â to type âwxWCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:134:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxWCharBuffer, wchar_t, wxStrdupW); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/buffer.h: In member function âvoid wxMemoryBuffer::AppendByte(char)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); > ^ >In file included from /usr/include/wx-2.8/wx/confbase.h:18:0, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/string.h: In member function âwxChar* wxStringData::data() constâ: >/usr/include/wx-2.8/wx/string.h:223:51: warning: cast from type âconst wxStringData*â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > wxChar* data() const { return (wxChar*)(this + 1); } > ^ >/usr/include/wx-2.8/wx/string.h: In member function âvoid wxStringBase::Init()â: >/usr/include/wx-2.8/wx/string.h:270:39: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > void Init() { m_pchData = (wxChar *)wxEmptyString; } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayShort::Remove(_wxArraywxArrayShort)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_SHORTâ > WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayInt::Remove(_wxArraywxArrayInt)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY ex > ^ >/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_INTâ > WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayDouble::Remove(_wxArraywxArrayDouble)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_DOUBLEâ > WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_B > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayLong::Remove(_wxArraywxArrayLong)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY e > ^ >/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_LONGâ > WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); > ^ >In file included from /usr/include/wx-2.8/wx/textbuf.h:37:0, > from /usr/include/wx-2.8/wx/textfile.h:19, > from /usr/include/wx-2.8/wx/fileconf.h:20, > from /usr/include/wx-2.8/wx/config.h:28, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::operator[](size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:335:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Item(size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:337:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Last() constâ: >/usr/include/wx-2.8/wx/dynarray.h:339:48: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](Count() - 1)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/textbuf.h:37:0, > from /usr/include/wx-2.8/wx/textfile.h:19, > from /usr/include/wx-2.8/wx/fileconf.h:20, > from /usr/include/wx-2.8/wx/config.h:28, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::begin()â: >/usr/include/wx-2.8/wx/dynarray.h:450:51: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator begin() { return (iterator)base::begin(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::begin() constâ: >/usr/include/wx-2.8/wx/dynarray.h:451:69: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator begin() const { return (const_iterator)base::begin(); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::end()â: >/usr/include/wx-2.8/wx/dynarray.h:453:47: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator end() { return (iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::end() constâ: >/usr/include/wx-2.8/wx/dynarray.h:454:65: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator end() const { return (const_iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator, wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:456:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:65: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:69: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:458:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:458:49: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::size_type, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:462:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, n, (bconst_reference)v); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:464:48: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:464:71: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_iterator, wxArrayPtrVoid::const_iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:466:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, (bconst_iterator)first, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/textbuf.h: In member function âvoid wxArrayLinesType::Remove(_wxArraywxArrayLinesType)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY ex > ^ >/usr/include/wx-2.8/wx/textbuf.h:43:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_INTâ > WX_DEFINE_USER_EXPORTED_ARRAY_INT(wxTextFileType, > ^ >In file included from /usr/include/wx-2.8/wx/filefn.h:15:0, > from /usr/include/wx-2.8/wx/file.h:21, > from /usr/include/wx-2.8/wx/textfile.h:23, > from /usr/include/wx-2.8/wx/fileconf.h:20, > from /usr/include/wx-2.8/wx/config.h:28, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/list.h: In member function âvoid** wxNodeBase::GetDataPtr() constâ: >/usr/include/wx-2.8/wx/list.h:484:56: warning: cast from type âconst wxNodeBase*â to type âwxNodeBase*â casts away qualifiers [-Wcast-qual] > void** GetDataPtr() const { return &(((wxNodeBase*)this)->m_data); } > ^ >/usr/include/wx-2.8/wx/list.h: In member function âwxListBase::operator wxList&() constâ: >/usr/include/wx-2.8/wx/list.h:1174:64: warning: cast from type âconst wxListBase*â to type âwxList*â casts away qualifiers [-Wcast-qual] > inline wxListBase::operator wxList&() const { return *(wxList*)this; } > ^ >In file included from /usr/include/wx-2.8/wx/gdicmn.h:23:0, > from /usr/include/wx-2.8/wx/utils.h:23, > from gui/configuration.cpp:23: >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::Iterator::Iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >In file included from /usr/include/wx-2.8/wx/gdicmn.h:23:0, > from /usr/include/wx-2.8/wx/utils.h:23, > from gui/configuration.cpp:23: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_Pair::wxStringToColourHashMap_wxImplementation_Pair(wxStringToColourHashMap_wxImplementation_Pair::const_t1&, const wxColour* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const wxColour* const}â to type âwxStringToColourHashMap_wxImplementation_Pair::t2 {aka wxColour*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/gdicmn.h:23:0, > from /usr/include/wx-2.8/wx/utils.h:23, > from gui/configuration.cpp:23: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::Iterator::Iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/textbuf.h:37:0, > from /usr/include/wx-2.8/wx/textfile.h:19, > from /usr/include/wx-2.8/wx/fileconf.h:20, > from /usr/include/wx-2.8/wx/config.h:28, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Add(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::push_back(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Insert(const _wxObjArraywxDateTimeArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/confbase.h:17, > from /usr/include/wx-2.8/wx/config.h:15, > from gui/configuration.cpp:22: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, > ^ >mkdir -p gui/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/gui_tools.d" -MQ "gui/gui_tools.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -c gui/gui_tools.cpp -o gui/gui_tools.o >In file included from /usr/include/wx-2.8/wx/debug.h:22:0, > from /usr/include/wx-2.8/wx/defs.h:521, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/wxchar.h: In function âwxChar* wxTmemchr(const wxChar*, wxChar, size_t)â: >/usr/include/wx-2.8/wx/wxchar.h:1351:33: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > return (wxChar*)s; > ^ >In file included from /usr/include/wx-2.8/wx/string.h:55:0, > from /usr/include/wx-2.8/wx/memory.h:16, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/buffer.h: In member function âchar* wxCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxCharBuffer*â to type âwxCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:127:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxCharBuffer, char, wxStrdupA); > ^ >/usr/include/wx-2.8/wx/buffer.h: In member function âwchar_t* wxWCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxWCharBuffer*â to type âwxWCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:134:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxWCharBuffer, wchar_t, wxStrdupW); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/buffer.h: In member function âvoid wxMemoryBuffer::AppendByte(char)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); > ^ >In file included from /usr/include/wx-2.8/wx/memory.h:16:0, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/string.h: In member function âwxChar* wxStringData::data() constâ: >/usr/include/wx-2.8/wx/string.h:223:51: warning: cast from type âconst wxStringData*â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > wxChar* data() const { return (wxChar*)(this + 1); } > ^ >/usr/include/wx-2.8/wx/string.h: In member function âvoid wxStringBase::Init()â: >/usr/include/wx-2.8/wx/string.h:270:39: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > void Init() { m_pchData = (wxChar *)wxEmptyString; } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayShort::Remove(_wxArraywxArrayShort)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_SHORTâ > WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayInt::Remove(_wxArraywxArrayInt)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY ex > ^ >/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_INTâ > WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayDouble::Remove(_wxArraywxArrayDouble)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_DOUBLEâ > WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_B > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayLong::Remove(_wxArraywxArrayLong)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY e > ^ >/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_LONGâ > WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::operator[](size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:335:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Item(size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:337:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Last() constâ: >/usr/include/wx-2.8/wx/dynarray.h:339:48: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](Count() - 1)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::begin()â: >/usr/include/wx-2.8/wx/dynarray.h:450:51: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator begin() { return (iterator)base::begin(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::begin() constâ: >/usr/include/wx-2.8/wx/dynarray.h:451:69: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator begin() const { return (const_iterator)base::begin(); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::end()â: >/usr/include/wx-2.8/wx/dynarray.h:453:47: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator end() { return (iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::end() constâ: >/usr/include/wx-2.8/wx/dynarray.h:454:65: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator end() const { return (const_iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator, wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:456:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:65: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:69: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:458:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:458:49: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::size_type, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:462:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, n, (bconst_reference)v); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:464:48: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:464:71: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_iterator, wxArrayPtrVoid::const_iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:466:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, (bconst_iterator)first, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:18:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/list.h: In member function âvoid** wxNodeBase::GetDataPtr() constâ: >/usr/include/wx-2.8/wx/list.h:484:56: warning: cast from type âconst wxNodeBase*â to type âwxNodeBase*â casts away qualifiers [-Wcast-qual] > void** GetDataPtr() const { return &(((wxNodeBase*)this)->m_data); } > ^ >/usr/include/wx-2.8/wx/list.h: In member function âwxListBase::operator wxList&() constâ: >/usr/include/wx-2.8/wx/list.h:1174:64: warning: cast from type âconst wxListBase*â to type âwxList*â casts away qualifiers [-Wcast-qual] > inline wxListBase::operator wxList&() const { return *(wxList*)this; } > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::Iterator::Iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_Pair::wxShadowObjectFields_wxImplementation_Pair(wxShadowObjectFields_wxImplementation_Pair::const_t1&, const void* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const void* const}â to type âwxShadowObjectFields_wxImplementation_Pair::t2 {aka void*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/vector.h: In member function âwxVectorBase& wxVectorBase::operator=(const wxVectorBase&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro âwxCHECK_MSGâ > #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro âwxCHECKâ > wxCHECK(copy(vb), *this); > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âvirtual void* wxClientDataDictionaryPairVector::Copy(const void*) constâ: >/usr/include/wx-2.8/wx/vector.h:142:33: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return new obj(*(obj *) o);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/clntdata.h: In copy constructor âwxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(copy(c), return);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âvoid wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(Alloc(size() + 1), return);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âconst wxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type) constâ: >/usr/include/wx-2.8/wx/vector.h:171:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âwxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type)â: >/usr/include/wx-2.8/wx/vector.h:175:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_Pair::wxStringToColourHashMap_wxImplementation_Pair(wxStringToColourHashMap_wxImplementation_Pair::const_t1&, const wxColour* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const wxColour* const}â to type âwxStringToColourHashMap_wxImplementation_Pair::t2 {aka wxColour*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::Iterator::Iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxCloseEvent::Veto(bool)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_canVeto, > ^ >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPO > ^ >/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_PTRâ > WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro âWX_DEFINE_ARRAY_PTRâ > WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); > ^ >/usr/include/wx-2.8/wx/event.h: In function âvoid wxPostEvent(wxEvtHandler*, wxEvent&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") ); > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxModule::AddDependency(wxClassInfo*)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dep, wxT("NULL module dependency") ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Add(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::push_back(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Insert(const _wxObjArraywxDateTimeArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/window.h: In member function âvirtual bool wxWindowBase::HasCapture() constâ: >/usr/include/wx-2.8/wx/window.h:722:30: warning: cast from type âconst wxWindowBase*â to type âwxWindow*â casts away qualifiers [-Wcast-qual] > { return (wxWindow *)this == GetCapture(); } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/gtk/window.h: In member function âvoid wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Add(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::push_back(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Insert(const _wxObjArraywxIconArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/gui_tools.cpp:31: >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::Iterator::Iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::const_iterator::const_iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/gui_tools.cpp:24: >/usr/include/wx-2.8/wx/radiobox.h: In member function âvoid wxToolTipArray::Remove(_wxArraywxToolTipArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); > ^ >/usr/include/wx-2.8/wx/valtext.h: In member function âbool wxTextValidator::CheckValidator() constâ: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro âwxCHECK_MSGâ > wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false, > ^ >mkdir -p gui/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/main.d" -MQ "gui/main.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -c gui/main.cpp -o gui/main.o >In file included from /usr/include/wx-2.8/wx/debug.h:22:0, > from /usr/include/wx-2.8/wx/defs.h:521, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/wxchar.h: In function âwxChar* wxTmemchr(const wxChar*, wxChar, size_t)â: >/usr/include/wx-2.8/wx/wxchar.h:1351:33: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > return (wxChar*)s; > ^ >In file included from /usr/include/wx-2.8/wx/string.h:55:0, > from /usr/include/wx-2.8/wx/memory.h:16, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/buffer.h: In member function âchar* wxCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxCharBuffer*â to type âwxCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:127:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxCharBuffer, char, wxStrdupA); > ^ >/usr/include/wx-2.8/wx/buffer.h: In member function âwchar_t* wxWCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxWCharBuffer*â to type âwxWCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:134:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxWCharBuffer, wchar_t, wxStrdupW); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/buffer.h: In member function âvoid wxMemoryBuffer::AppendByte(char)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); > ^ >In file included from /usr/include/wx-2.8/wx/memory.h:16:0, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/string.h: In member function âwxChar* wxStringData::data() constâ: >/usr/include/wx-2.8/wx/string.h:223:51: warning: cast from type âconst wxStringData*â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > wxChar* data() const { return (wxChar*)(this + 1); } > ^ >/usr/include/wx-2.8/wx/string.h: In member function âvoid wxStringBase::Init()â: >/usr/include/wx-2.8/wx/string.h:270:39: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > void Init() { m_pchData = (wxChar *)wxEmptyString; } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayShort::Remove(_wxArraywxArrayShort)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_SHORTâ > WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayInt::Remove(_wxArraywxArrayInt)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY ex > ^ >/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_INTâ > WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayDouble::Remove(_wxArraywxArrayDouble)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_DOUBLEâ > WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_B > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayLong::Remove(_wxArraywxArrayLong)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY e > ^ >/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_LONGâ > WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::operator[](size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:335:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Item(size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:337:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Last() constâ: >/usr/include/wx-2.8/wx/dynarray.h:339:48: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](Count() - 1)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::begin()â: >/usr/include/wx-2.8/wx/dynarray.h:450:51: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator begin() { return (iterator)base::begin(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::begin() constâ: >/usr/include/wx-2.8/wx/dynarray.h:451:69: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator begin() const { return (const_iterator)base::begin(); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::end()â: >/usr/include/wx-2.8/wx/dynarray.h:453:47: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator end() { return (iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::end() constâ: >/usr/include/wx-2.8/wx/dynarray.h:454:65: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator end() const { return (const_iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator, wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:456:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:65: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:69: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:458:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:458:49: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::size_type, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:462:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, n, (bconst_reference)v); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:464:48: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:464:71: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_iterator, wxArrayPtrVoid::const_iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:466:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, (bconst_iterator)first, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:18:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/list.h: In member function âvoid** wxNodeBase::GetDataPtr() constâ: >/usr/include/wx-2.8/wx/list.h:484:56: warning: cast from type âconst wxNodeBase*â to type âwxNodeBase*â casts away qualifiers [-Wcast-qual] > void** GetDataPtr() const { return &(((wxNodeBase*)this)->m_data); } > ^ >/usr/include/wx-2.8/wx/list.h: In member function âwxListBase::operator wxList&() constâ: >/usr/include/wx-2.8/wx/list.h:1174:64: warning: cast from type âconst wxListBase*â to type âwxList*â casts away qualifiers [-Wcast-qual] > inline wxListBase::operator wxList&() const { return *(wxList*)this; } > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::Iterator::Iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_Pair::wxShadowObjectFields_wxImplementation_Pair(wxShadowObjectFields_wxImplementation_Pair::const_t1&, const void* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const void* const}â to type âwxShadowObjectFields_wxImplementation_Pair::t2 {aka void*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/vector.h: In member function âwxVectorBase& wxVectorBase::operator=(const wxVectorBase&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro âwxCHECK_MSGâ > #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro âwxCHECKâ > wxCHECK(copy(vb), *this); > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âvirtual void* wxClientDataDictionaryPairVector::Copy(const void*) constâ: >/usr/include/wx-2.8/wx/vector.h:142:33: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return new obj(*(obj *) o);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/clntdata.h: In copy constructor âwxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(copy(c), return);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âvoid wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(Alloc(size() + 1), return);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âconst wxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type) constâ: >/usr/include/wx-2.8/wx/vector.h:171:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âwxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type)â: >/usr/include/wx-2.8/wx/vector.h:175:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_Pair::wxStringToColourHashMap_wxImplementation_Pair(wxStringToColourHashMap_wxImplementation_Pair::const_t1&, const wxColour* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const wxColour* const}â to type âwxStringToColourHashMap_wxImplementation_Pair::t2 {aka wxColour*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::Iterator::Iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxCloseEvent::Veto(bool)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_canVeto, > ^ >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPO > ^ >/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_PTRâ > WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro âWX_DEFINE_ARRAY_PTRâ > WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); > ^ >/usr/include/wx-2.8/wx/event.h: In function âvoid wxPostEvent(wxEvtHandler*, wxEvent&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") ); > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxModule::AddDependency(wxClassInfo*)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dep, wxT("NULL module dependency") ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Add(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::push_back(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Insert(const _wxObjArraywxDateTimeArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/window.h: In member function âvirtual bool wxWindowBase::HasCapture() constâ: >/usr/include/wx-2.8/wx/window.h:722:30: warning: cast from type âconst wxWindowBase*â to type âwxWindow*â casts away qualifiers [-Wcast-qual] > { return (wxWindow *)this == GetCapture(); } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/gtk/window.h: In member function âvoid wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Add(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::push_back(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Insert(const _wxObjArraywxIconArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/main.cpp:31: >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::Iterator::Iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::const_iterator::const_iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/main.cpp:24: >/usr/include/wx-2.8/wx/radiobox.h: In member function âvoid wxToolTipArray::Remove(_wxArraywxToolTipArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); > ^ >/usr/include/wx-2.8/wx/valtext.h: In member function âbool wxTextValidator::CheckValidator() constâ: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro âwxCHECK_MSGâ > wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false, > ^ >/usr/include/wx-2.8/wx/bookctrl.h: In member function âvoid wxArrayPages::Remove(_wxArraywxArrayPages)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/bookctrl.h:26:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(wxWindow *, wxArrayPages); > ^ >mkdir -p gui/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "gui/.deps/pages.d" -MQ "gui/pages.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -c gui/pages.cpp -o gui/pages.o >In file included from /usr/include/wx-2.8/wx/debug.h:22:0, > from /usr/include/wx-2.8/wx/defs.h:521, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/wxchar.h: In function âwxChar* wxTmemchr(const wxChar*, wxChar, size_t)â: >/usr/include/wx-2.8/wx/wxchar.h:1351:33: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > return (wxChar*)s; > ^ >In file included from /usr/include/wx-2.8/wx/string.h:55:0, > from /usr/include/wx-2.8/wx/memory.h:16, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/buffer.h: In member function âchar* wxCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxCharBuffer*â to type âwxCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:127:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxCharBuffer, char, wxStrdupA); > ^ >/usr/include/wx-2.8/wx/buffer.h: In member function âwchar_t* wxWCharBuffer::release() constâ: >/usr/include/wx-2.8/wx/buffer.h:63:23: warning: cast from type âconst wxWCharBuffer*â to type âwxWCharBuffer*â casts away qualifiers [-Wcast-qual] > ((classname *)this)->m_str = NULL; \ > ^ >/usr/include/wx-2.8/wx/buffer.h:134:1: note: in expansion of macro âDEFINE_BUFFERâ > DEFINE_BUFFER(wxWCharBuffer, wchar_t, wxStrdupW); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/buffer.h: In member function âvoid wxMemoryBuffer::AppendByte(char)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); > ^ >In file included from /usr/include/wx-2.8/wx/memory.h:16:0, > from /usr/include/wx-2.8/wx/object.h:20, > from /usr/include/wx-2.8/wx/wx.h:16, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/string.h: In member function âwxChar* wxStringData::data() constâ: >/usr/include/wx-2.8/wx/string.h:223:51: warning: cast from type âconst wxStringData*â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > wxChar* data() const { return (wxChar*)(this + 1); } > ^ >/usr/include/wx-2.8/wx/string.h: In member function âvoid wxStringBase::Init()â: >/usr/include/wx-2.8/wx/string.h:270:39: warning: cast from type âconst wxChar* {aka const wchar_t*}â to type âwxChar* {aka wchar_t*}â casts away qualifiers [-Wcast-qual] > void Init() { m_pchData = (wxChar *)wxEmptyString; } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayShort::Remove(_wxArraywxArrayShort)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:849:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayShort, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:993:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_SHORTâ > WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayInt::Remove(_wxArraywxArrayInt)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:856:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayInt, wxARRAY_EMPTY ex > ^ >/usr/include/wx-2.8/wx/dynarray.h:994:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_INTâ > WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayDouble::Remove(_wxArraywxArrayDouble)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:877:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayDouble, wxARRAY_EMPTY > ^ >/usr/include/wx-2.8/wx/dynarray.h:995:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_DOUBLEâ > WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_B > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayLong::Remove(_wxArraywxArrayLong)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:863:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayLong, wxARRAY_EMPTY e > ^ >/usr/include/wx-2.8/wx/dynarray.h:996:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_LONGâ > WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::operator[](size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:335:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Item(size_t) constâ: >/usr/include/wx-2.8/wx/dynarray.h:337:44: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](uiIndex)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid*& wxArrayPtrVoid::Last() constâ: >/usr/include/wx-2.8/wx/dynarray.h:339:48: warning: cast from type âconst void**â to type âvoid**â casts away qualifiers [-Wcast-qual] > { return (T&)(base::operator[](Count() - 1)); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::Remove(_wxArraywxArrayPtrVoid)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::begin()â: >/usr/include/wx-2.8/wx/dynarray.h:450:51: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator begin() { return (iterator)base::begin(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::begin() constâ: >/usr/include/wx-2.8/wx/dynarray.h:451:69: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator begin() const { return (const_iterator)base::begin(); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::end()â: >/usr/include/wx-2.8/wx/dynarray.h:453:47: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > iterator end() { return (iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid* const* wxArrayPtrVoid::end() constâ: >/usr/include/wx-2.8/wx/dynarray.h:454:65: warning: cast from type âwxBaseArrayPtrVoid::const_iterator {aka const void* const*}â to type âwxArrayPtrVoid::const_iterator {aka void* const*}â casts away qualifiers [-Wcast-qual] > const_iterator end() const { return (const_iterator)base::end(); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator, wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:456:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:65: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:456:69: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)first, (biterator)last); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::erase(wxArrayPtrVoid::iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:458:47: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:458:49: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::erase((biterator)it); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::size_type, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:462:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, n, (bconst_reference)v); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid** wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_reference)â: >/usr/include/wx-2.8/wx/dynarray.h:464:48: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h:464:71: warning: cast from type âwxBaseArrayPtrVoid::iterator {aka const void**}â to type âwxArrayPtrVoid::iterator {aka void**}â casts away qualifiers [-Wcast-qual] > { return (iterator)base::insert((biterator)it, (bconst_reference)v); }\ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >/usr/include/wx-2.8/wx/dynarray.h: In member function âvoid wxArrayPtrVoid::insert(wxArrayPtrVoid::iterator, wxArrayPtrVoid::const_iterator, wxArrayPtrVoid::const_iterator)â: >/usr/include/wx-2.8/wx/dynarray.h:466:31: warning: cast from type âwxArrayPtrVoid::iterator {aka void**}â to type âwxArrayPtrVoid::biterator {aka const void**}â casts away qualifiers [-Wcast-qual] > { base::insert((biterator)it, (bconst_iterator)first, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/dynarray.h:997:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BAS > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:18:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/list.h: In member function âvoid** wxNodeBase::GetDataPtr() constâ: >/usr/include/wx-2.8/wx/list.h:484:56: warning: cast from type âconst wxNodeBase*â to type âwxNodeBase*â casts away qualifiers [-Wcast-qual] > void** GetDataPtr() const { return &(((wxNodeBase*)this)->m_data); } > ^ >/usr/include/wx-2.8/wx/list.h: In member function âwxListBase::operator wxList&() constâ: >/usr/include/wx-2.8/wx/list.h:1174:64: warning: cast from type âconst wxListBase*â to type âwxList*â casts away qualifiers [-Wcast-qual] > inline wxListBase::operator wxList&() const { return *(wxList*)this; } > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::Iterator::Iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/hashmap.h: In constructor âwxLongToLongHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxLongToLongHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxLongToLongHashMap_wxImplementation_HashTable*}â to type âwxLongToLongHashMap_wxImplementation_HashTable::Self* {aka wxLongToLongHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:735:1: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( long, long, wxIntegerHash, wxIntegerEqual, > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectMethods_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectMethods_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectMethods_wxImplementation_HashTable*}â to type âwxShadowObjectMethods_wxImplementation_HashTable::Self* {aka wxShadowObjectMethods_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:20:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_Pair::wxShadowObjectFields_wxImplementation_Pair(wxShadowObjectFields_wxImplementation_Pair::const_t1&, const void* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const void* const}â to type âwxShadowObjectFields_wxImplementation_Pair::t2 {aka void*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::Iterator::Iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In constructor âwxShadowObjectFields_wxImplementation_HashTable::const_iterator::const_iterator(wxShadowObjectFields_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxShadowObjectFields_wxImplementation_HashTable*}â to type âwxShadowObjectFields_wxImplementation_HashTable::Self* {aka wxShadowObjectFields_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:703:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/clntdata.h:25:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAP_WITH_DECLâ > WX_DECLARE_STRING_HASH_MAP_WITH_DECL( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/vector.h: In member function âwxVectorBase& wxVectorBase::operator=(const wxVectorBase&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/debug.h:183:38: note: in expansion of macro âwxCHECK_MSGâ > #define wxCHECK(cond, rc) wxCHECK_MSG(cond, rc, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:129:9: note: in expansion of macro âwxCHECKâ > wxCHECK(copy(vb), *this); > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âvirtual void* wxClientDataDictionaryPairVector::Copy(const void*) constâ: >/usr/include/wx-2.8/wx/vector.h:142:33: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return new obj(*(obj *) o);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/clntdata.h: In copy constructor âwxClientDataDictionaryPairVector::wxClientDataDictionaryPairVector(const wxClientDataDictionaryPairVector&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:148:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(copy(c), return);\ > ^ >/usr/include/wx-2.8/wx/vector.h:158:5: note: in expansion of macro âWX_DECLARE_VECTORBASEâ > WX_DECLARE_VECTORBASE(obj, cls)\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âvoid wxClientDataDictionaryPairVector::push_back(const wxClientDataDictionaryPair&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:189:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK2(cond, op) wxCHECK2_MSG(cond, op, NULL) > ^ >/usr/include/wx-2.8/wx/vector.h:162:9: note: in expansion of macro âwxCHECK2â > wxCHECK2(Alloc(size() + 1), return);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/clntdata.h:162:0, > from /usr/include/wx-2.8/wx/event.h:18, > from /usr/include/wx-2.8/wx/wx.h:25, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/clntdata.h: In member function âconst wxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type) constâ: >/usr/include/wx-2.8/wx/vector.h:171:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >/usr/include/wx-2.8/wx/clntdata.h: In member function âwxClientDataDictionaryPair& wxClientDataDictionaryPairVector::at(wxVectorBase::size_type)â: >/usr/include/wx-2.8/wx/vector.h:175:36: warning: cast from type âconst void*â to type âwxClientDataDictionaryPair*â casts away qualifiers [-Wcast-qual] > return *(obj *) GetItem(idx);\ > ^ >/usr/include/wx-2.8/wx/clntdata.h:172:1: note: in expansion of macro â_WX_DECLARE_VECTORâ > _WX_DECLARE_VECTOR( > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_Pair::wxStringToColourHashMap_wxImplementation_Pair(wxStringToColourHashMap_wxImplementation_Pair::const_t1&, const wxColour* const&)â: >/usr/include/wx-2.8/wx/hashmap.h:433:79: warning: cast from type âconst const_t2 {aka const wxColour* const}â to type âwxStringToColourHashMap_wxImplementation_Pair::t2 {aka wxColour*}â casts away qualifiers [-Wcast-qual] > ASSNAME( const const_t1& f, const const_t2& s ):first(t1(f)),second(t2(s)) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:625:1: note: in expansion of macro â_WX_DECLARE_PAIRâ > _WX_DECLARE_PAIR( KEY_T, VALUE_T, CLASSNAME##_wxImplementation_Pair, CLASSEXP ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::Iterator::Iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >/usr/include/wx-2.8/wx/gdicmn.h: In constructor âwxStringToColourHashMap_wxImplementation_HashTable::const_iterator::const_iterator(wxStringToColourHashMap_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxStringToColourHashMap_wxImplementation_HashTable*}â to type âwxStringToColourHashMap_wxImplementation_HashTable::Self* {aka wxStringToColourHashMap_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:686:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( wxString, VALUE_T, wxStringHash, wxStringEqual, \ > ^ >/usr/include/wx-2.8/wx/gdicmn.h:544:1: note: in expansion of macro âWX_DECLARE_STRING_HASH_MAPâ > WX_DECLARE_STRING_HASH_MAP(wxColour*, wxStringToColourHashMap); > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxCloseEvent::Veto(bool)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:1409:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( m_canVeto, > ^ >/usr/include/wx-2.8/wx/event.h: In member function âvoid wxEventTableEntryPointerArray::Remove(_wxArraywxEventTableEntryPointerArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:649:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class wxARRAY_DEFAULT_EXPO > ^ >/usr/include/wx-2.8/wx/dynarray.h:825:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_PTRâ > WX_DEFINE_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/event.h:2324:1: note: in expansion of macro âWX_DEFINE_ARRAY_PTRâ > WX_DEFINE_ARRAY_PTR(const wxEventTableEntry*, wxEventTableEntryPointerArray); > ^ >/usr/include/wx-2.8/wx/event.h: In function âvoid wxPostEvent(wxEvtHandler*, wxEvent&)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/event.h:2568:5: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dest, wxT("need an object to post event to in wxPostEvent") ); > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxArrayClassInfo::Remove(_wxArraywxArrayClassInfo)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/module.h:24:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxClassInfo *, wxArrayClassInfo, > ^ >/usr/include/wx-2.8/wx/module.h: In member function âvoid wxModule::AddDependency(wxClassInfo*)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:233:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_RET(cond, msg) wxCHECK2_MSG(cond, return, msg) > ^ >/usr/include/wx-2.8/wx/module.h:71:9: note: in expansion of macro âwxCHECK_RETâ > wxCHECK_RET( dep, wxT("NULL module dependency") ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Add(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::push_back(const _wxObjArraywxDateTimeArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxDateTimeArray::Insert(const _wxObjArraywxDateTimeArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxDateTimeArray* {aka const wxDateTime*}â to type â_wxObjArraywxDateTimeArray* {aka wxDateTime*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/datetime.h:1494:1: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(wxDateTime, wxDateTimeArray, WXDLLIMPEXP_BASE > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/datetime.h: In member function âvoid wxHolidayAuthoritiesArray::Remove(_wxArraywxHolidayAuthoritiesArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:835:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, wxBaseArrayPtrVoid, wxARRAY_EMPT > ^ >/usr/include/wx-2.8/wx/datetime.h:1506:1: note: in expansion of macro âWX_DEFINE_USER_EXPORTED_ARRAY_PTRâ > WX_DEFINE_USER_EXPORTED_ARRAY_PTR(wxDateTimeHolidayAuthority *, > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:36:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/window.h: In member function âvirtual bool wxWindowBase::HasCapture() constâ: >/usr/include/wx-2.8/wx/window.h:722:30: warning: cast from type âconst wxWindowBase*â to type âwxWindow*â casts away qualifiers [-Wcast-qual] > { return (wxWindow *)this == GetCapture(); } > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/gtk/window.h: In member function âvoid wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/gtk/window.h:19:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(GdkWindow *, wxArrayGdkWindows); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:17:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Add(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:579:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::push_back(const _wxObjArraywxIconArray*)â: >/usr/include/wx-2.8/wx/dynarray.h:581:27: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::push_back((T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >/usr/include/wx-2.8/wx/iconbndl.h: In member function âvoid wxIconArray::Insert(const _wxObjArraywxIconArray*, size_t)â: >/usr/include/wx-2.8/wx/dynarray.h:587:43: warning: cast from type âconst _wxObjArraywxIconArray* {aka const wxIcon*}â to type â_wxObjArraywxIconArray* {aka wxIcon*}â casts away qualifiers [-Wcast-qual] > { base::insert(begin() + uiIndex, (T*)pItem); } \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:791:5: note: in expansion of macro â_WX_DECLARE_OBJARRAYâ > _WX_DECLARE_OBJARRAY(_wxObjArray##name, name, wxArrayPtrVoid, decl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:794:5: note: in expansion of macro âWX_DECLARE_OBJARRAY_WITH_DECLâ > WX_DECLARE_OBJARRAY_WITH_DECL(T, name, class expmode) > ^ >/usr/include/wx-2.8/wx/dynarray.h:787:5: note: in expansion of macro âWX_DECLARE_USER_EXPORTED_OBJARRAYâ > WX_DECLARE_USER_EXPORTED_OBJARRAY(T, name, WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/iconbndl.h:22:1: note: in expansion of macro âWX_DECLARE_EXPORTED_OBJARRAYâ > WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray ); > ^ >In file included from /usr/include/wx-2.8/wx/wx.h:21:0, > from gui/pages.cpp:31: >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::Iterator::Iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:188:41: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : m_node(node), m_ht((Self*)ht) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >/usr/include/wx-2.8/wx/image.h: In constructor âwxImageHistogramBase_wxImplementation_HashTable::const_iterator::const_iterator(wxImageHistogramBase_wxImplementation_HashTable::Node*, const Self*)â: >/usr/include/wx-2.8/wx/hashmap.h:230:38: warning: cast from type âconst Self* {aka const wxImageHistogramBase_wxImplementation_HashTable*}â to type âwxImageHistogramBase_wxImplementation_HashTable::Self* {aka wxImageHistogramBase_wxImplementation_HashTable*}â casts away qualifiers [-Wcast-qual] > : Iterator( node, (Self*)ht ) {} \ > ^ >/usr/include/wx-2.8/wx/hashmap.h:627:1: note: in expansion of macro â_WX_DECLARE_HASHTABLEâ > _WX_DECLARE_HASHTABLE( CLASSNAME##_wxImplementation_Pair, KEY_T, HASH_T, CLASSN > ^ >/usr/include/wx-2.8/wx/hashmap.h:696:5: note: in expansion of macro â_WX_DECLARE_HASH_MAPâ > _WX_DECLARE_HASH_MAP( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, CLASSNAME, DECL ) > ^ >/usr/include/wx-2.8/wx/hashmap.h:699:5: note: in expansion of macro âWX_DECLARE_HASH_MAP_WITH_DECLâ > WX_DECLARE_HASH_MAP_WITH_DECL( KEY_T, VALUE_T, HASH_T, KEY_EQ_T, \ > ^ >/usr/include/wx-2.8/wx/image.h:136:1: note: in expansion of macro âWX_DECLARE_EXPORTED_HASH_MAPâ > WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, > ^ >In file included from /usr/include/wx-2.8/wx/defs.h:521:0, > from /usr/include/wx-2.8/wx/wxprec.h:13, > from gui/pages.cpp:24: >/usr/include/wx-2.8/wx/radiobox.h: In member function âvoid wxToolTipArray::Remove(_wxArraywxToolTipArray)â: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/dynarray.h:353:7: note: in expansion of macro âwxCHECK2_MSGâ > wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \ > ^ >/usr/include/wx-2.8/wx/dynarray.h:486:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_HELPERâ > _WX_DEFINE_TYPEARRAY_HELPER(T, name, base, classexp, _WX_PTROP_NONE) > ^ >/usr/include/wx-2.8/wx/dynarray.h:669:5: note: in expansion of macro â_WX_DEFINE_TYPEARRAY_PTRâ > _WX_DEFINE_TYPEARRAY_PTR(_wxArray##name, name, base, classdecl) > ^ >/usr/include/wx-2.8/wx/dynarray.h:655:5: note: in expansion of macro âWX_DEFINE_TYPEARRAY_WITH_DECL_PTRâ > WX_DEFINE_TYPEARRAY_WITH_DECL_PTR(T, name, base, class WXDLLEXPORT) > ^ >/usr/include/wx-2.8/wx/dynarray.h:829:5: note: in expansion of macro âWX_DEFINE_EXPORTED_TYPEARRAY_PTRâ > WX_DEFINE_EXPORTED_TYPEARRAY_PTR(T, name, wxBaseArrayPtrVoid) > ^ >/usr/include/wx-2.8/wx/radiobox.h:25:1: note: in expansion of macro âWX_DEFINE_EXPORTED_ARRAY_PTRâ > WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); > ^ >/usr/include/wx-2.8/wx/valtext.h: In member function âbool wxTextValidator::CheckValidator() constâ: >/usr/include/wx-2.8/wx/debug.h:194:43: warning: typedef âwxDummyCheckIntâ locally defined but not used [-Wunused-local-typedefs] > #define wxFORCE_SEMICOLON typedef int wxDummyCheckInt > ^ >/usr/include/wx-2.8/wx/debug.h:224:9: note: in expansion of macro âwxFORCE_SEMICOLONâ > wxFORCE_SEMICOLON /* just to force a semicolon */ > ^ >/usr/include/wx-2.8/wx/debug.h:186:38: note: in expansion of macro âwxCHECK2_MSGâ > #define wxCHECK_MSG(cond, rc, msg) wxCHECK2_MSG(cond, return rc, msg) > ^ >/usr/include/wx-2.8/wx/valtext.h:103:9: note: in expansion of macro âwxCHECK_MSGâ > wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false, > ^ >mkdir -p ./.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "./.deps/version.d" -MQ "version.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c version.cpp -o version.o >x86_64-pc-linux-gnu-g++ -o degob engines/gob/degob.o engines/gob/degob_script.o engines/gob/degob_script_v1.o engines/gob/degob_script_v2.o engines/gob/degob_script_v3.o engines/gob/degob_script_v4.o engines/gob/degob_script_v5.o engines/gob/degob_script_v6.o engines/gob/degob_script_bargon.o engines/gob/degob_script_fascin.o engines/gob/degob_script_geisha.o engines/gob/degob_script_littlered.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/dekyra.d" -MQ "engines/kyra/dekyra.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/dekyra.cpp -o engines/kyra/dekyra.o >mkdir -p engines/kyra/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/kyra/.deps/dekyra_v1.d" -MQ "engines/kyra/dekyra_v1.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/kyra/dekyra_v1.cpp -o engines/kyra/dekyra_v1.o >x86_64-pc-linux-gnu-g++ -o dekyra engines/kyra/dekyra.o engines/kyra/dekyra_v1.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/mohawk/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/archive.d" -MQ "engines/mohawk/archive.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/mohawk/archive.cpp -o engines/mohawk/archive.o >mkdir -p engines/mohawk/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/deriven.d" -MQ "engines/mohawk/deriven.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/mohawk/deriven.cpp -o engines/mohawk/deriven.o >mkdir -p engines/mohawk/utils/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/utils/.deps/file.d" -MQ "engines/mohawk/utils/file.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/mohawk/utils/file.cpp -o engines/mohawk/utils/file.o >x86_64-pc-linux-gnu-g++ -o deriven engines/mohawk/archive.o engines/mohawk/deriven.o engines/mohawk/utils/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o -Wl,-O1 -Wl,--as-needed -lm >x86_64-pc-linux-gnu-g++ -o descumm engines/scumm/descumm.o engines/scumm/descumm6.o engines/scumm/descumm-common.o engines/scumm/descumm-tool.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm >x86_64-pc-linux-gnu-g++ -o desword2 engines/sword2/desword2.o tool.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/gob/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/gob/.deps/gob_loadcalc.d" -MQ "engines/gob/gob_loadcalc.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/gob/gob_loadcalc.cpp -o engines/gob/gob_loadcalc.o >x86_64-pc-linux-gnu-g++ -o gob_loadcalc engines/gob/gob_loadcalc.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/mohawk/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/extract_mohawk.d" -MQ "engines/mohawk/extract_mohawk.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/mohawk/extract_mohawk.cpp -o engines/mohawk/extract_mohawk.o >x86_64-pc-linux-gnu-g++ -o extract_mohawk engines/mohawk/archive.o engines/mohawk/extract_mohawk.o engines/mohawk/utils/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o -Wl,-O1 -Wl,--as-needed -lm >mkdir -p engines/mohawk/.deps >x86_64-pc-linux-gnu-g++ -MMD -MF "engines/mohawk/.deps/construct_mohawk.d" -MQ "engines/mohawk/construct_mohawk.o" -MP -Wall -march=native -O2 -pipe -g -ansi -W -Wno-unused-parameter -Wno-empty-body -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder -Wpointer-arith -Wcast-qual -Wshadow -Wnon-virtual-dtor -Wwrite-strings -fcheck-new -DHAVE_CONFIG_H -DPOSIX -I. -I. -c engines/mohawk/construct_mohawk.cpp -o engines/mohawk/construct_mohawk.o >x86_64-pc-linux-gnu-g++ -o construct_mohawk engines/mohawk/construct_mohawk.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm >x86_64-pc-linux-gnu-g++ -o scummvm-tools-cli main_cli.o scummvm-tools-cli.o engines/agos/compress_agos.o engines/gob/compress_gob.o engines/gob/extract_fascination_cd.o engines/kyra/compress_kyra.o engines/queen/compress_queen.o engines/saga/compress_saga.o engines/sci/compress_sci.o engines/scumm/compress_scumm_bun.o engines/scumm/compress_scumm_san.o engines/scumm/compress_scumm_sou.o engines/sword1/compress_sword1.o engines/sword2/compress_sword2.o engines/tinsel/compress_tinsel.o engines/touche/compress_touche.o engines/tucker/compress_tucker.o engines/agos/extract_agos.o engines/cge/extract_cge.o engines/cge/pack_cge.o engines/cine/extract_cine.o engines/cruise/extract_cruise_pc.o engines/gob/extract_gob_stk.o engines/kyra/extract_kyra.o engines/parallaction/extract_parallaction.o engines/scumm/extract_loom_tg16.o engines/scumm/extract_mm_apple.o engines/scumm/extract_mm_c64.o engines/scumm/extract_mm_nes.o engines/scumm/extract_scumm_mac.o engines/scumm/extract_zak_c64.o engines/kyra/kyra_ins.o engines/kyra/kyra_pak.o compress.o tool.o tools.o version.o common/file.o common/hashmap.o common/md5.o common/memorypool.o common/str.o common/util.o sound/adpcm.o sound/audiostream.o sound/voc.o sound/wave.o -Wl,-O1 -Wl,--as-needed -lm -lvorbisenc -lz >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: compress.o: undefined reference to symbol 'vorbis_block_init' >/usr/lib64/libvorbis.so.0: error adding symbols: DSO missing from command line >collect2: error: ld returned 1 exit status >Makefile.common:333: recipe for target 'scummvm-tools-cli' failed >make: *** [scummvm-tools-cli] Error 1 > * ERROR: games-engines/scummvm-tools-1.7.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-engines/scummvm-tools-1.7.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=games-engines/scummvm-tools-1.7.0::gentoo'`. > * The complete build log is located at '/var/log/portage/games-engines:scummvm-tools-1.7.0:20151212-222253.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-engines/scummvm-tools-1.7.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-engines/scummvm-tools-1.7.0/temp/environment'. > * Working directory: '/var/tmp/portage/games-engines/scummvm-tools-1.7.0/work/scummvm-tools-1.7.0' > * S: '/var/tmp/portage/games-engines/scummvm-tools-1.7.0/work/scummvm-tools-1.7.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 568140
:
419088
|
419090
| 419092