User forums > Using Code::Blocks

missing warning messages

<< < (2/3) > >>

larsjo:
frithjofh is right. That is what i mean. The checkboxes.

oBFusCATed:
Hm, have you checked the full log?

See this page http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F to see how to enable it .

Inspect the log and see if the option is passed correctly. Keep in mind that if the compiler is newer than the release of CB it might not be fully supported, because its output has changed.

larsjo:
I am at home now, but I have the same problem here. Anyway, I looked where oBFusCATed pointed and followed the advice. At the menu-bar I selected
Settings > Compiler and debugger...
I made sure that "Global compiler settings" was marked in the field to the left.  Then I selected the tab "Other settings". There I could set "Compiler logging" to "Full command line".

And it worked  :)

The command line statement was shown in the build log
(and it started with  gcc -Wall -g -Wall -g -Wall -g ...  so the checkboxes were thoroughly checked :)  )

And the warning message showed...

Many thanks to oBFusCATed.

oBFusCATed:
Enabling the full logging should not magically make cb to show the warnings.
Do you see them in the build messages tab?

larsjo:
Yes I do. The warnings are displayed both in "Build log" and in "Build messages".

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version