ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
2.3 KiB

  1. (information) Cppcheck cannot find all the include files (use --check-config for details)
  2. [bwb_elx.c:438]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  3. [bwb_elx.c:522]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  4. [bwb_elx.c:580]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  5. [bwb_elx.c:641]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  6. [bwb_fnc.c:2005]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  7. [bwb_inp.c:1884]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  8. [bwb_inp.c:1967]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  9. [bwb_inp.c:2023]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  10. [bwb_inp.c:2083]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  11. [bwb_inp.c:937]: (portability) scanf without field width limits can crash with huge input data on some versions of libc.
  12. [bwbasic.c:1339]: (style) Variable 'LastChar' is assigned a value that is never used.
  13. [renum.c:534]: (style) The scope of the variable 'm' can be reduced.
  14. [unixio.c:105]: (style) The function 'getcwd' is never used.
  15. [unixio.c:114]: (style) The function 'unlink' is never used.
  16. [unixio.c:120]: (style) The function 'stat' is never used.
  17. [unixio.c:126]: (style) The function 'fileno' is never used.
  18. [unixio.c:131]: (style) The function 'access' is never used.
  19. [unixio.c:136]: (style) The function 'fstat' is never used.
  20. [unixio.c:142]: (style) The function 'pwait' is never used.
  21. [unixio.c:152]: (style) The function 'mktemp' is never used.
  22. [unixio.c:1]: (information) Skipping configuration 'fileno' since the value of 'fileno' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
  23. [unixio.c:25]: (style) The function 'open' is never used.
  24. [unixio.c:61]: (style) The function 'read' is never used.
  25. [unixio.c:76]: (style) The function 'write' is never used.
  26. [unixio.c:92]: (error) Uninitialized variable: wb
  27. [unixio.c:95]: (style) The function 'close' is never used.