![]() |
Python warning about unused parameter - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: Python warning about unused parameter (/showthread.php?tid=959) |
Python warning about unused parameter - mauvedeity - 2020-07-06 Hi, When compiling programs, using zxbc.py 1.11.1, I get a python warning message: Code: /Users/mauvedeity/bin/zxbasic/library/print64.bas:20: warning: Parameter 'characters' is never used RE: Python warning about unused parameter - boriel - 2020-12-30 Hi, mauvedeity Sorry for the delay. The next version of ZX Basic (1.14) will allow silencing warnings! I will keep you updated because it's almost ready! |