diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-09-03 10:49:10 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-09-03 10:49:10 +0000 |
| commit | 1b94cbc1efbcb55977d29cadc78e6beff01e9518 (patch) | |
| tree | cb4db35022ddab7ae00bbe9b84dac3319a53c3f7 /apps | |
| parent | bbe0d6d633aa559f8a7be9c94aa912548c2bb1a3 (diff) | |
| download | rockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.zip rockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.tar.gz rockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.tar.bz2 rockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.tar.xz | |
Remove 'set but not used' warning by GCC 4.6.1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30416 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/bmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index d6f61d1..9214422 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -494,9 +494,7 @@ int read_bmp_fd(int fd, unsigned int resize = IMG_NORESIZE; #ifdef HAVE_REMOTE_LCD - bool remote = false; if (format & FORMAT_REMOTE) { - remote = true; #if LCD_REMOTE_DEPTH == 1 format = FORMAT_MONO; #endif |