Re: [cmake-developers] [PATCH]: Fix compiler warnings (clang from trunk)

2016-02-11 Thread Brad King
On 02/11/2016 12:01 PM, Tobias Hunger wrote: > Just a small patch to fix a couple of compiler warnings that drove me crazy. Thanks, applied: cmListFileCache: Fix warning about inconsistent use of class/struct https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1ea1df0 -Brad -- Powered by w

[cmake-developers] [PATCH]: Fix compiler warnings (clang from trunk)

2016-02-11 Thread Tobias Hunger
Just a small patch to fix a couple of compiler warnings that drove me crazy. From 82f8ccb9afe7b07d42a772025498bb63f42f296c Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 11 Feb 2016 17:47:42 +0100 Subject: [PATCH 01/43] cmListFileCache: Fix warnings during build Fix warning about inconsi