|
From: Greg C. <gch...@sb...> - 2010-08-25 00:41:52
|
On 2010-08-24 23:51Z, Josh Klint wrote: > I am trying to get MinGW to recognize the -Wfatal-errors the codeblocks IDE > uses to make the compiler stop on the first error. However, the latest > version 5.1.6 of MinGW gives this error: > > cc1.exe: error: unrecognized command line option "-Wfatal-errors" That option is still valid with the latest gcc: http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Warning-Options.html#Warning-Options This seems to be a codeblocks problem. Here's a solution in French: http://www.siteduzero.com/forum-83-298807-p1-compilation-cb.html and here's an English translation: http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.siteduzero.com%2Fforum-83-298807-p1-compilation-cb.html&sl=fr&tl=en |