We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9f085 commit 86206e7Copy full SHA for 86206e7
bin/FB_java.bat
@@ -50,7 +50,7 @@ if exist javavm\*.o del /S /Q /F javavm\*.o
50
if exist platform\fb\*.o del /S /Q /F platform\fb\*.o
51
52
set "CC=%FB_CC65%%\bin\cl65"
53
-set "CC_PARAMS=-c --cpu 6502 -Oi -t none -I .\javavm -I .\platform\fb" -W
+set "CC_PARAMS=-c --cpu 6502 -Oi -t none -I .\javavm -I .\platform\fb -W -unused-param,-unused-var"
54
set "CC_CLI=%CC% %CC_PARAMS%"
55
56
%CC_CLI% javavm\exceptions.c
0 commit comments