User forums > General (but related to Code::Blocks)

Suppress compiler warnings fired off from 3rd party libraries.

<< < (2/2)

oBFusCATed:
There is one feature you can try, but I don't know how good it will work and it will be applied to all projects.

Settings -> Compiler -> your compiler -> Other settings -> Compiler output to be ignored

About the sorting, it is not simple to do it these days.
Compilers produce multiple lines of text that are related to each other and their order is important.
If we do simple sorting we'll mess this up.

RoestVrijStaal:

--- Quote from: oBFusCATed on December 20, 2014, 06:10:47 pm ---There is one feature you can try, but I don't know how good it will work and it will be applied to all projects.

Settings -> Compiler -> your compiler -> Other settings -> Compiler output to be ignored

About the sorting, it is not simple to do it these days.
Compilers produce multiple lines of text that are related to each other and their order is important.
If we do simple sorting we'll mess this up.

--- End quote ---
It worked, till yesterday when I added another evil entry to that list.

Unfortunately I didn't have a version of my default.conf-file of before the action, so I can't diff between the current state and previous state and explain what's going wrong in my config file.

Navigation

[0] Message Index

[*] Previous page

Go to full version