[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warnings in graphics.h
From: |
Rik |
Subject: |
Re: warnings in graphics.h |
Date: |
Tue, 25 Jan 2011 07:18:58 -0800 |
> While compiling said file, with configuring using the
> --enable-strict-warnings, there are a number of warnings produced, mostly
> about:
> - initialisation of the class members should occur into the constructor
> initialisation list,
> - apparently, the prototype of some operators is class something operator,
> while it should be class something& operator
>
> I enclose the list of warnings. As I told, I don't see the link between
> src/graphics.h.in and graphics.h. May I ask the persons who worked on this
> file to review the list and possibly silence the warnings ?
'graphics.h' is generated by the Makefile. From src/Makefile.am, the
command is
awk genprops.awk < graphics.h.in > graphics.h
Hope that helps,
Rik