From: brarcher Date: Wed, 30 Jan 2013 05:03:38 +0000 (+0000) Subject: Clean up compiler warnings X-Git-Tag: 0.10.0~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19bb80666b3bb1c6bb4f3d1c7468c77a6a2575cb;p=check Clean up compiler warnings Jerry James submitted a patch previously that fixed a few compiler warnings which were recently fixed. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@684 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/AUTHORS b/AUTHORS index a763e90..7b7ac6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,6 +36,7 @@ Patches: Elmir Jagudin (well-formed XML and log file via env variables) Diego Elio Petteno (autoconf patch for 64-bit safe code) Jon Kowal (deadlock on thread cancellation fix) + Jerry James (cleanup compiler warnings) Anybody who has contributed code to Check or Check's build system is considered an author. Send patches to this file to diff --git a/NEWS b/NEWS index d04dfdb..1c286e8 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,8 @@ In development: call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment variables now can accept floating point arguments. +* Cleanup compile warnings, patch #3579199 on SF. + Mon, Oct 22, 2012: Released Check 0.9.9 based on r637 (2012-10-22 13:54:14 +0200)