[cmake-developers] [Patch] Get rid of C++ warnings

Brad King brad.king at kitware.com
Tue Dec 23 09:06:54 EST 2014


On 12/23/2014 07:36 AM, Christoph Grüninger wrote:
> find attached two small patches that get rid of C++ warnings I get from
> the current GCC 5 development build.
> One patch removes semicolons after methods, the other uses unsigned ints
> for version numbers to match the type of the sscanf string %u.

Applied, thanks:

 cmParseDelphiCoverage: Remove superfluous semicolons after methods
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1a9ba381

 cmCMakeMinimumRequired: Use unsigned int for version numbers
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=098fc4a8

-Brad



More information about the cmake-developers mailing list