Hello. I use gcc 3.4.2 under mingw32. I need to put compiler warnings about uninitialized variables into some text file, for example, "warnings.txt". i try gcc -O -Wuninitialized -v echo.c>warnings.txt after the execution i can see warnings on the screen, but file "warnings.txt" is empty. Can anyone advise, where am i wrong? -- View this message in context: http://www.nabble.com/gcc-warnings-tp18946614p18946614.html Sent from the gcc - Help mailing list archive at Nabble.com.