This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: thread name made constant...


Andrew Lunn wrote:
The current plan is to make those warnings go away by adding
-Wno-write-strings to the compiler flags.

O.K. Any other compiler flag tweaks planned? The inlining failed warning is generating the most noise during the build.

Besides the obvious -Wall -Wundef I like:


-Werror -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes

and, indeed, nowadays to do away with the inlining failed warning:

-Wno-inline

As far as I am concerned, individual (imported) packages can filter out -Werror in their package .cdl.

Rutger Hofman
VU Amserdam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]