http://bugs.winehq.org/show_bug.cgi?id=33945
Bug #: 33945 Summary: gcc warnings Product: Wine Version: 1.6-rc4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: irwin@beluga.phys.uvic.ca Classification: Unclassified
Created attachment 45085 --> http://bugs.winehq.org/attachment.cgi?id=45085 Wine-1.6-rc4 build warnings excluding missing glyph warnings
I have added an attachment consisting of the warning messages generated by configure, make, and make install for my recent build of Wine-1.6-rc4 using gcc (Debian 4.7.2-5) 4.7.2. This list of warnings was created as follows:
./configure .... >& configure.out make >& make.out make install >& make_install.out
grep -i warn *.out |grep -v "missing glyph" > wine_build_warnings
I have excluded the 1665 (!) glyph related warnings from this list, e.g.,
make.out:warning: Courier 13: missing glyph for char f8925
because I assume those have something to do with missing system fonts on my own system and nothing to do with Wine. The remaining 110 warnings consist of 76 "may be used uninitialized" warnings which should probably be looked at but are likely not too serious and 25 "array subscript is above array bounds" warning which sound more serious. There are also 9 miscellaneous warnings.