On Sun Nov 6 11, Ed Schouten wrote: > Hello Alexander! > > Even though that I agree that Clang is sometimes a bit picky, we'd > better spend the time fixing the actual bugs in the code. I am more than > willing to commit patches that fix actual warnings/errors in code.
the problem is, something like uint x; if (x < 0) ... clang will warn about this, yet it is 100% valid code so my vote would be to make such an error into a warning. the same with int x; x = x; i believe in both cases clang is too picky. cheers. alex > > -- > Ed Schouten <e...@80386.nl> > WWW: http://80386.nl/ _______________________________________________ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"