]> git.saurik.com Git - wxWidgets.git/commit - include/wx/defs.h
Add WX_ATTRIBUTE_UNUSED and use it for typedefs to avoid g++ 4.8 warnings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 00:53:15 +0000 (00:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 00:53:15 +0000 (00:53 +0000)
commit540dacb643455dd391e43407ee0b3193467b9ee1
treec79b4e6a07271e1597fd2294edbbed52a42dc8ef
parentcb50bdc0752b428804f2013f89200efeae5f9540
Add WX_ATTRIBUTE_UNUSED and use it for typedefs to avoid g++ 4.8 warnings.

g++ 4.8 warns about unused typedef's in local scope resulting in hundreds of
warnings when building wx, suppress them by using WX_ATTRIBUTE_UNUSED for
these typedefs.

Closes #15137.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/checkeddelete.h
include/wx/defs.h