tenox7 / ttyplot

a realtime plotting utility for terminal/console with data input from stdin
Apache License 2.0
957 stars 42 forks source link

Fix “unused parameter” warning in torture.c #92

Closed edgar-bonet closed 8 months ago

edgar-bonet commented 8 months ago

This warning is fixed with the idiom already used in the signal handlers of ttyplot.c, namely (void) the_unused_parameter.