Files
clamav/clamonacc
Răzvan Cojocaru 9c466f605e Minor fixes: remove a couple of unused variables
* clamonacc: fix unused variable compile-time warning

Remove unused variable 'ret' from onas_queue.c and get rid of the
following compile-time warning:

~/clamav/clamonacc/scan/onas_queue.c: In function ‘onas_scan_queue_th’:
~/clamav/clamonacc/scan/onas_queue.c:161:9: warning: unused variable ‘ret’ [-Wunused-variable]
 161 |     int ret;
     |         ^~~

* libclamav: fix unused variable compile-time warning

Remove unused variable 'err' from libclamav/png.c, and get rid of
the following compile-time warning:

~/clamav/libclamav/png.c: In function ‘cli_parsepng’:
~/clamav/libclamav/png.c:101:9: warning: unused variable ‘err’ [-Wunused-variable]
  101 |     int err = Z_OK;
      |         ^~~
2022-04-13 08:53:58 -07:00
..
2022-01-09 14:23:25 -07:00
2022-01-09 14:23:25 -07:00