On Sat, Apr 05, 2014 at 11:04:46AM -0700, Saleem Abdulrasool wrote: > On Wed, Mar 26, 2014 at 12:40 PM, Todd Fiala <[email protected]> wrote: > > > I'm not against it. > > > > Locally I've occasionally done the static_cast<void*> (something_p) and > > that shuts up the gcc %p warning. (And in the process have found > > interesting things like enum cases being ignored, etc.). > > > > One negative of all that IMHO is that it adds clutter, but if it helps us > > find real warnings, my vote would be to do it. > > > > Just an FYI in case people missed it, I pushed the change to quiet up that > warning. There are still a few other warnings that are floating around, > but, it is a much more happy build now.
I don't think this is the correct approach, the warning should just be disabled for GCC as lame... Joerg _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
