View | Details | Raw Unified | Return to bug 197888 | Differences between
and this patch

Collapse All | Expand All

(-)src/sdk/wxpropgrid/src/propgrid.cpp (-1 / +7 lines)
Lines 677-683 void wxPGProperty::Init() Link Here
677
}
677
}
678
678
679
679
680
void wxPGProperty::Init( const wxString& label, const wxString& name )
680
void
681
#if defined(__has_attribute)
682
#  if __has_attribute(optnone)
683
__attribute((optnone))
684
# endif
685
#endif
686
wxPGProperty::Init( const wxString& label, const wxString& name )
681
{
687
{
682
    if ( &label != ((wxString*)NULL) )
688
    if ( &label != ((wxString*)NULL) )
683
        m_label = label;
689
        m_label = label;

Return to bug 197888