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

Christoph Grüninger foss at grueninger.de
Tue Dec 23 07:36:36 EST 2014


Dear CMake developers,
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.

Bye
Christoph
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Remove-superfluous-semicolons-after-methods.patch
Type: text/x-patch
Size: 933 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141223/e7e599b9/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-use-unsigned-int-for-version-numbers.patch
Type: text/x-patch
Size: 1612 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141223/e7e599b9/attachment-0003.bin>


More information about the cmake-developers mailing list