This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [C++ PATCH] Fix set but not used warnings in C++ FE


On 11/27/2009 05:40 AM, Jakub Jelinek wrote:
-  size = size_in_bytes (type);
+  size_in_bytes (type);

Did you need to keep the call for an incomplete type error? If that's it, please change it to use complete_type_or_else instead.


Otherwise OK.

Jason


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