This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: -Wold-style-cast and system headers


  In message <199907070417.AAA14049@blastula.phys.columbia.edu>you write:
  > What about disabling -Wold-style-cast for `system headers' (as defined by
  > the preprocessor) or inside extern "C" blocks?  We do similar things with
  > other warnings, and this is much lower impact than mucking with
  > fixincludes.
That's a much more sensible thing to consider.  However, you're going to
have a lot of trouble dealing with macros, at least until we're using cpplib by
default for C & C++.



jeff


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