https://bugs.freedesktop.org/show_bug.cgi?id=42781
--- Comment #2 from Tor Lillqvist <[email protected]> 2011-11-16 03:36:11 PST --- Looking through git log for commits by me during this year with the commit message starting with "WaE:" one can find many examples of MSVC warnings being removed. For some classes of warnings, though, there were so many occurrences, or they were so tedious to fix, or pointless, that I added the warning number to the list of ignored warnings... (the list of -wd options passed to the MSVC compiler, in solenv/inc/wntmsc.mk and solenv/gbuild/platform/WNT_INTEL_MSC.mk). A subtask of this Easy Hack would be to check the list of MSVC warnings that have been disabled for a long time, and see if we are disabling some warnings that we actually wouldn't see many of and that would be easy to fix, and/or where the warning is useful. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
