]> git.saurik.com Git - wxWidgets.git/commit
Suppress dummy gcc warnings in regex library code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Apr 2010 12:52:31 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Apr 2010 12:52:31 +0000 (12:52 +0000)
commitceed155e8a53c121519e7725be7d1abf642dd56e
treeb4f38c65b280e043d9ad2a498d64d1992b545809
parent7f19ef40eb05ef30e63ce12d40071d35b1d5aaaf
Suppress dummy gcc warnings in regex library code.

These warnings are harmless (variables are always initialized when they are
used) but they unfortunately prevent buildbot from reporting any new warnings
(which may not be harmless) during the library compilation step so suppress
them in the least intrusive way possible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/regex/rege_dfa.c
src/regex/regexec.c