Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Building X11 on latest TRUNK (gcc)

Received: by 10.50.237.73 with SMTP id va9mr350530igc.4.1353111298741;
        Fri, 16 Nov 2012 16:14:58 -0800 (PST)
X-BeenThere: wx-dev@googlegroups.com
Received: by 10.50.184.228 with SMTP id ex4ls1249043igc.8.gmail; Fri, 16 Nov
 2012 16:14:57 -0800 (PST)
Received: by 10.66.83.5 with SMTP id m5mr1275906pay.33.1353111296959;
        Fri, 16 Nov 2012 16:14:56 -0800 (PST)
Received: by 10.66.83.5 with SMTP id m5mr1275905pay.33.1353111296950;
        Fri, 16 Nov 2012 16:14:56 -0800 (PST)
Return-Path: <ikoro...@gmail.com>
Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46])
        by gmr-mx.google.com with ESMTPS id r4si477475paz.1.2012.11.16.16.14.56
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 16 Nov 2012 16:14:56 -0800 (PST)
Received-SPF: pass (google.com: domain of ikoro...@gmail.com designates 209.85.220.46 as permitted sender) client-ip=209.85.220.46;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ikoro...@gmail.com designates 209.85.220.46 as permitted sender) smtp.mail=ikoro...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-pa0-f46.google.com with SMTP id hz1so2256561pad.33
        for <wx-dev@googlegroups.com>; Fri, 16 Nov 2012 16:14:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=b9lIKLWj4u4aoI030Qxr3jVYuWvn87pxVNKjW30oevc=;
        b=Lv+4QuXmz9/lxxxGHCuZFXDzXsnf/sFkFfNZ7EmyUGQAc1vXZnID8dfj/yuLyJ1Y+a
         GeNzdrTuFLNj+BHNUJ9FlruTfZccgQi6u+zVm8giRnOWzPz5xX16Ce7WPCBnnQyI6oam
         GsrhHbziUA4KiO7v/svNvntORSX9uEqRKaDiQoPpFQA6kvfUOgFGQCqaxSQP6b23QMWU
         xhFlh+M9oBBm+dh5El2r52KC64BNIygOet9JoxE+GdgA7edahV4lB504i2a1PXZU8hdJ
         BUjSsjmDhc5NtbMYHGI7oJdbwq5X04wdfs/quNgam0iKf/gR8VwVghRkb1uqHeep/WOb
         MVKQ==
MIME-Version: 1.0
Received: by 10.68.189.5 with SMTP id ge5mr20036684pbc.1.1353111296788; Fri,
 16 Nov 2012 16:14:56 -0800 (PST)
Received: by 10.68.201.166 with HTTP; Fri, 16 Nov 2012 16:14:56 -0800 (PST)
In-Reply-To: <50A6D2D1.6050...@utu.fi>
References: <CA+FnnTwKgEvtWL_PT8qsSEF+ZpgMMQeunhXF3r3=a-VPtRk...@mail.gmail.com>
	<50A6D2D1.6050...@utu.fi>
Date: Fri, 16 Nov 2012 16:14:56 -0800
Message-ID: <CA+FnnTzPfnG+1LhrST4XysGjAQDPVoGdvNAO19f2DNU4H9z...@mail.gmail.com>
Subject: Re: [wx-dev] Building X11 on latest TRUNK (gcc)
From: Igor Korot <ikoro...@gmail.com>
To: wx-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

Lauri,

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?

Exactly because of you comment below.

>
> Btw, none of those variables is really unused, just unused in that
> particular (and rare) configuration. Therefore I don't know if it's even
> worth eliminating the warnings.

Well, wx policy is: everything should compile with out warnings ojn
the highrst level
possible.

Besides, some warnings here is in 3rd party lib...

Thank you.
>
> Thank you.
>
> --
> To unsubscribe, send email to wx-dev+unsubscribe@googlegroups.com
> or visit http://groups.google.com/group/wx-dev