@KillerBot, thnx.
@oBFusCATed; Sorry for using the word ERROR when I should have used WARNING. However my intention remains, I would like to make it go away.
Everyone is pointing to GDB, but the -e parameter in XTERM is expecting a program name and arguments to follow, which don't seem to be supplied by the default launch command, unless Code::Blocks appends them automatically somehow in during the launch sequence.
From a gnome-terminal, typing:
xterm -e "/usr/bin/gdb -quiet /home/user/Documents/3420ICT/assignments/a1/bin/Release/a1"
opens XTerm, launches the GDB in quiet mode, gives me a message "Reading symbols from ...", loads my program, prints another message ".done." and gives me the (gdb) prompt. No Warnings.
This suggests to me that perhaps there needs to be something after the -e in the Settings->Environment->General->Terminal launch command field.
Cheers,
Nap