Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-13 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them are:

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-13 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them are:

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes [EMAIL PROTECTED] writes: here my second one, we talk here about hundreds of warning per file. An excerpt here: d:/program/Qt/4.1.1//include/QtGui/../../src/gui/widgets/qcombobox.h:262: warning: inline function 'const QComboBoxPrivate*

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Angus Leeming a écrit : Well, with Qt4, this happens only for moc/*_moc.C. I had a look at qtglobal.h and I saw this: Small correction, this happens also for files in frontends/qt4/. I forgot that I modified the Makefile, sorry.

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Enrico Forestieri
On Wed, Apr 12, 2006 at 10:31:58AM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : That's -Wl,--export-all-symbols and simply passes --export-all-symbols to the linker. It does no good and simply will increase your linking time. I suggest that you get rid of it. [..] I was not talking about the warnings, sorry for the confusion. What I said only

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Enrico Forestieri
On Wed, Apr 12, 2006 at 02:45:00PM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : That's -Wl,--export-all-symbols and simply passes --export-all-symbols to the linker. It does no good and simply will increase your linking time. I suggest that you get rid of it. [..] I was not

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Wed, Apr 12, 2006 at 02:45:00PM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : That's -Wl,--export-all-symbols and simply passes --export-all-symbols to the linker. It does no good and simply will increase your linking time. I suggest that you get

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: here my second one, we talk here about hundreds of warning per file. An excerpt here: d:/program/Qt/4.1.1//include/QtGui/../../src/gui/widgets/qcombobox.h:262: warning: inline function 'const QComboBoxPrivate*

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Angus Leeming a écrit : Well, with Qt4, this happens only for "moc/*_moc.C". I had a look at qtglobal.h and I saw this: Small correction, this happens also for files in frontends/qt4/. I forgot that I modified the Makefile, sorry.

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Enrico Forestieri
On Wed, Apr 12, 2006 at 10:31:58AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > >On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: > >>Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have > >>an awful lot of warnings. As I don't want

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : That's -Wl,--export-all-symbols and simply passes --export-all-symbols to the linker. It does no good and simply will increase your linking time. I suggest that you get rid of it. [..] I was not talking about the warnings, sorry for the confusion. What I said only

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Enrico Forestieri
On Wed, Apr 12, 2006 at 02:45:00PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > >>>That's -Wl,--export-all-symbols and simply passes --export-all-symbols > >>>to the linker. It does no good and simply will increase your linking > >>>time. I suggest that you get rid of it. > [..]

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-12 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Wed, Apr 12, 2006 at 02:45:00PM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : That's -Wl,--export-all-symbols and simply passes --export-all-symbols to the linker. It does no good and simply will increase your linking time. I suggest that you get

Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Abdelrazak Younes
Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them are: d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_uninitialized

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), here my second one, we talk here about hundreds of warning per file. An

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Enrico Forestieri
On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them are:

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Angus Leeming
Abdelrazak Younes [EMAIL PROTECTED] writes: here my second one, we talk here about hundreds of warning per file. An excerpt here: d:/program/Qt/4.1.1//include/QtGui/../../src/gui/widgets/qcombobox.h:262: warning: inline function 'const QComboBoxPrivate* QComboBox::d_func() const' is

Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Abdelrazak Younes
Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), Most of them are: d:/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_uninitialized

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have an awful lot of warnings. As I don't want Marchall Lastgouttes to catch me on that, here is my first report :-), here my second one, we talk here about hundreds of warning per file. An

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Enrico Forestieri
On Tue, Apr 11, 2006 at 08:08:32PM +0200, Abdelrazak Younes wrote: > Now that -Wl is passed to g++ (shouldn't it be -Wall by the way?) I have > an awful lot of warnings. As I don't want Marchall Lastgouttes to catch > me on that, here is my first report :-), Most of them are: > >

Re: Question about C++ warning (was Re: [Patch] Paragrah creation/deletion optimisation)

2006-04-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > here my second one, we talk here about hundreds of warning per file. An > excerpt here: > d:/program/Qt/4.1.1//include/QtGui/../../src/gui/widgets/qcombobox.h:262: > warning: inline > function 'const QComboBoxPrivate* QComboBox::d_func() const' is