On Fri, Nov 16, 2012 at 3:57 PM, Lauri Nurmi <
lan...@utu.fi> wrote:
> 16.11.2012 23:55, Igor Korot kirjoitti:
>
>> Hi, ALL,
>>
>> igor@LearningRight ~/wxWidgets/buildX11 $ make >> wxWidgets.make.x11
>> ../src/generic/graphicc.cpp:1845:1: warning: unused parameter 'window'
>> ../src/generic/graphicc.cpp:2185:6: warning: unused parameter 'text'
>> ../src/aui/auibook.cpp: In member function 'void
>> wxAuiTabCtrl::OnMotion(wxMouseEvent&)':
>> ../src/aui/auibook.cpp:1236:15: warning: unused variable 'wnd'
>> ../src/stc/stc.cpp: In member function 'void
>> wxStyledTextCtrl::AnnotationClearLine(int)':
>> ../src/stc/stc.cpp:4508:46: warning: passing NULL to non-pointer
>> argument 3 of 'wxIntPtr wxStyledTextCtrl::SendMsg(int, wxUIntPtr,
>> wxIntPtr) const'
>> ../src/stc/PlatWX.cpp:443:6: warning: unused parameter 'rc'
>> ../src/stc/PlatWX.cpp:443:6: warning: unused parameter 'width'
>> ../src/stc/PlatWX.cpp:443:6: warning: unused parameter 'height'
>> ../src/stc/PlatWX.cpp:443:6: warning: unused parameter 'pixelsImage'
>> ../src/stc/PlatWX.cpp:1335:6: warning: unused parameter 'type'
>> ../src/stc/PlatWX.cpp:1335:6: warning: unused parameter 'width'
>> ../src/stc/PlatWX.cpp:1335:6: warning: unused parameter 'height'
>> ../src/stc/PlatWX.cpp:1335:6: warning: unused parameter 'pixelsImage'
>
>
> While you're at it, why not create and submit a patch to fix these warnings?