From patchwork Sun Sep 3 02:58:03 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12380 Received: from c-71-197-74-6.hsd1.ca.comcast.net ([71.197.74.6] helo=nofear.bounceme.net) by www.linuxtv.org with esmtp (Exim 4.50) id 1GJi3Z-0001Kj-99 for vdr@linuxtv.org; Sun, 03 Sep 2006 04:49:57 +0200 Received: from [10.1.1.66] (hades [10.1.1.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by nofear.bounceme.net (Postfix) with ESMTP id 114767352C for ; Sat, 2 Sep 2006 19:49:54 -0700 (PDT) Message-ID: <44FA44BB.5050400@syphir.sytes.net> Date: Sat, 02 Sep 2006 19:58:03 -0700 From: "C.Y.M" Organization: CooLNeT User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Vdr X-Enigmail-Version: 0.94.0.0 Subject: [vdr] unused variable in liemikuutio-1.10 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syphir@syphir.sytes.net, VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 02:49:57 -0000 Status: O X-Status: X-Keywords: X-UID: 10563 Hello, I just wanted to mention that I noticed a warning when compiling the latest liemikuutio-1.10 patch with an unused variable. Best Regards. --- vdr-1.4.2/recording.c.orig 2006-08-27 20:46:51.000000000 -0700 +++ vdr-1.4.2/recording.c 2006-08-27 20:47:40.000000000 -0700 @@ -736,7 +736,7 @@ char RecLength[5], RecDate[9], RecTime[6], RecDelimiter[2]; snprintf(RecLength, sizeof(RecLength), "---"); if (Setup.ShowRecLength && FileName()) { - struct stat buf; +// struct stat buf; char *filename = NULL; asprintf(&filename, "%s%s", FileName(), INDEXFILESUFFIX); if (filename) {