Re: [Lcms-user] Build warnings on OSX / clang
An ICC-based CMM for color management
Brought to you by:
mm2
From: Bob F. <bfr...@si...> - 2017-07-24 16:38:58
|
On Mon, 24 Jul 2017, Aaron Boxer wrote: > Hi Marti, > > Thanks. I've turned on this warning in my build because the implicit > conversion can cause > hard-to-trace bugs. Inappropriate explicit casts in the C code can also cause hard-to-trace bugs and explicit casts should be minimized. I think that usually implicit type conversion should be preferred over many explicit casts. Regardless, type conversion should be minimized as much as possible. Not all compiler warnings are intended to be enabled for normal use. Bob -- Bob Friesenhahn bfr...@si..., http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |