Notes from the gcc compiler output are reported as an gcc error with priority high.
See this example:
main/mep.cpp:352: warning: 's2.mepSector2::lubrications' may be used
uninitialized in this function
main/mep.cpp:1477: note: 's2.mepSector2::lubrications' was declared here

... and in Hudson:
Datei: mep.cpp, Zeile: 1477, Typ: gcc, Prioritt: Hoch, Kategorie: GCC error
note: 's2.mepSector2::lubrications' was declared here
Datei: mep.cpp, Zeile: 352, Typ: gcc, Prioritt: Normal, Kategorie: GCC warning
's2.mepSector2::lubrications' may be used uninitialized in this function

