Hi,
I downloaded gcc 3.3 today and recompiled the whole LyX sources.
To my surprise, there are only very few compiler warnings if I disable
"-Winline". Here they are (just in case you are curious):
QLImage.C:212: warning: comparison between signed and unsigned integer
expressions
QPrefs.C:186:2: warning: #warning FIXME!! The graphics cache no longer
has a changeDisplay method.
QSendto.C:82: warning: comparison between signed and unsigned integer
expressions
QSendto.C:96: warning: comparison between signed and unsigned integer
expressions
qscreen.C:85: warning: comparison between signed and unsigned integer
expressions
qscreen.C:85: warning: comparison between signed and unsigned integer
expressions
qt_helpers.C:149: warning: comparison between signed and unsigned
integer expressions
BulletsModule.C:235: warning: `QPushButton*pb' might be used
uninitialized in this function
BulletsModule.C:236: warning: `QComboBox*co' might be used
uninitialized in this function
QTabularDialog.C:143: warning: `ControlTabular::HALIGN h' might be
used uninitialized in this function
QTabularDialog.C:158: warning: `ControlTabular::VALIGN v' might be
used uninitialized in this function
screen.C:265: warning: comparison between signed and unsigned integer
expressions
cpp_regex_traits.cpp:244: warning: array subscript has type `char'
c_regex_traits.cpp:517: warning: array subscript has type `char'
c_regex_traits.cpp:518: warning: array subscript has type `char'
c_regex_traits.cpp:519: warning: array subscript has type `char'
math_cursor.C:588: warning: comparison between signed and unsigned
integer expressions
math_parser.C:154: warning: array subscript has type `char'
math_parser.C:155: warning: array subscript has type `char'
math_parser.C:156: warning: array subscript has type `char'
math_parser.C:157: warning: array subscript has type `char'
math_parser.C:158: warning: array subscript has type `char'
math_parser.C:159: warning: array subscript has type `char'
math_parser.C:160: warning: array subscript has type `char'
math_parser.C:161: warning: array subscript has type `char'
math_parser.C:162: warning: array subscript has type `char'
math_parser.C:163: warning: array subscript has type `char'
math_parser.C:164: warning: array subscript has type `char'
math_parser.C:165: warning: array subscript has type `char'
math_parser.C:166: warning: array subscript has type `char'
math_parser.C:167: warning: array subscript has type `char'
math_parser.C:168: warning: array subscript has type `char'
Michael
- Re: Compiler warnings (harmless) Michael Schmitt
- Re: Compiler warnings (harmless) Andre Poenitz
- Re: Compiler warnings (harmless) Angus Leeming
- Re: Compiler warnings (harmless) John Levon
- Re: Compiler warnings (harmless) Andre Poenitz
- Re: Compiler warnings (harmless) Jose' Matos
- Re: Compiler warnings (harmless) Andre Poenitz
- Re: Compiler warnings (harmless) John Levon
- Re: Compiler warnings (harmless) Andre Poenitz
- Re: Compiler warnings (harml... John Levon
- Re: Compiler warnings (harmless) Angus Leeming