Author Topic: How Can I See Compiler Warnings?  (Read 4322 times)

gast

  • Guest
How Can I See Compiler Warnings?
« on: April 04, 2006, 03:15:48 pm »
I have checked in the options, that i will see all warnings, but if i compile the programm shows me the warnings, but just for a seconde, because then there is only "executin...". And when i click on "Build messages" there isn't anything.

I hope you can help me.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: How Can I See Compiler Warnings?
« Reply #1 on: April 04, 2006, 04:09:45 pm »
It seems like you're using the "Build and Run" button. Try using only "Build".

gast

  • Guest
Re: How Can I See Compiler Warnings?
« Reply #2 on: April 05, 2006, 06:05:22 pm »
It seems like you're using the "Build and Run" button. Try using only "Build".
Thank you!

Is there a possibility to jump directly to the lines where the warnings appear?

mfg.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: How Can I See Compiler Warnings?
« Reply #3 on: April 05, 2006, 06:09:54 pm »
Is there a possibility to jump directly to the lines where the warnings appear?
In the Build messages tab, double click the warning.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

gast

  • Guest
Re: How Can I See Compiler Warnings?
« Reply #4 on: April 05, 2006, 08:19:53 pm »
Is there a possibility to jump directly to the lines where the warnings appear?
In the Build messages tab, double click the warning.
Cool! Thank you!

I think i love Code::Blocks more and more...