"John (Eljay) Love-Jensen" <eljay@xxxxxxxxx> writes: > As long as I'm making wishes, I also wish warnings were emitted like this: > test.cpp:6: -Wunused warning: unused variable 'u' > ...rather than... > test.cpp:6: warning: unused variable 'u' As of gcc 4.2, you can get something like this if you use -fdiagnostics-show-option. Ian