Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Possible problems in keybinder?
Der Meister:
Well, I fear that no one really wants to do this. I just compiled Code::Blocks (with contrib-plugins) using icc with the linux make-system and I redirected all warnings and remarks to a file (thus the file contains all warnings and remarks but not the command-line). This file is about 4.3MB big :o
Anyway, most of this remarks and warnings can surely be ignored without any risk and there are a lot of warnings about command-line parameters that icc doesn't understand (like -ffast-math oder -Winvalid-pch). That makes the file bigger as it has to be. But finding important warnings/remarks (if there are any!) in this huge file will be terrible. I'm not sure if anyone wants to do this... 8)
yop:
--- Quote from: Der Meister on March 26, 2006, 03:45:02 pm ---This file is about 4.3MB big :o
--- End quote ---
Doesn't even worth to try then. You can play a lot with the level of detail you want in the icc output, but I don't know if it's worth the efford.
MortenMacFly:
--- Quote from: Der Meister on March 26, 2006, 03:45:02 pm ---[...] there are a lot of warnings about command-line parameters that icc doesn't understand (like -ffast-math oder -Winvalid-pch).
--- End quote ---
You could "grep off" these lines and similar (not important things) and see what's remaining, maybe.
With regards, Morten.
Navigation
[0] Message Index
[*] Previous page
Go to full version