[PATCH] secur32: Don't print 32-bit values as long integers. (Clang)

Ken Thomases ken at codeweavers.com
Thu Feb 18 15:08:58 CST 2016


On Feb 18, 2016, at 2:20 PM, Charles Davis <cdavis5x at gmail.com> wrote:
> 
> Signed-off-by: Charles Davis <cdavis5x at gmail.com>
> ---
> dlls/secur32/schannel_macosx.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)

In several other places throughout this file, the same problem was solved by casting to long in the logging call.  Of course, that means that Clang doesn't warn about those.  I don't mind your approach, but I think this should be handled consistently throughout the file, one way or the other.

-Ken




More information about the wine-devel mailing list