mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b46f1acc70
commit
6f2bb422c0
1 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ Depth: LCD_DEPTH
|
|||
STOP
|
||||
;
|
||||
}
|
||||
close(gcc);
|
||||
close(GCC);
|
||||
|
||||
my $c="cat gcctemp | gcc $cppdef -I. -I$firmdir/export -E -P -";
|
||||
|
||||
|
@ -199,7 +199,7 @@ my ($main_height, $main_width, $main_depth) = getlcdsizes();
|
|||
my ($remote_height, $remote_width, $remote_depth) = getlcdsizes(1);
|
||||
|
||||
#print "LCD: ${main_height}x${main_width}x${main_depth}\n";
|
||||
$has_remote = true if ($remote_height && $remote_width && remote_depth);
|
||||
$has_remote = 1 if ($remote_height && $remote_width && remote_depth);
|
||||
|
||||
open(WPS, "<$wpslist");
|
||||
while(<WPS>) {
|
||||
|
@ -241,7 +241,7 @@ while(<WPS>) {
|
|||
|
||||
if(!$rheight || !$rwidth) {
|
||||
#printf STDERR "wpsbuild notice: No %sLCD size, skipping $wps\n",
|
||||
$isrwps?"remote ":"";
|
||||
#$isrwps?"remote ":"";
|
||||
$within = 0;
|
||||
next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue