Skip to content

Commit 86206e7

Browse files
committed
Removed warnings when compiling b2fJ JVM
1 parent bb9f085 commit 86206e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/FB_java.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if exist javavm\*.o del /S /Q /F javavm\*.o
5050
if exist platform\fb\*.o del /S /Q /F platform\fb\*.o
5151

5252
set "CC=%FB_CC65%%\bin\cl65"
53-
set "CC_PARAMS=-c --cpu 6502 -Oi -t none -I .\javavm -I .\platform\fb" -W
53+
set "CC_PARAMS=-c --cpu 6502 -Oi -t none -I .\javavm -I .\platform\fb -W -unused-param,-unused-var"
5454
set "CC_CLI=%CC% %CC_PARAMS%"
5555

5656
%CC_CLI% javavm\exceptions.c

0 commit comments

Comments
 (0)