libsigrok/output
Uwe Hermann cb93f8a927 Other method to avoid "unused var" compiler warnings.
The '(void)varname' method is nicer than 'varname = varname' and also
prevents warnings when compiling sigrok with clang instead of gcc.
2011-11-24 22:57:48 +01:00
..
text libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
Makefile.am Initial support for CSV as output format. 2011-04-27 00:25:57 +02:00
output.c Initial support for CSV as output format. 2011-04-27 00:25:57 +02:00
output_analog.c libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
output_binary.c Other method to avoid "unused var" compiler warnings. 2011-11-24 22:57:48 +01:00
output_chronovu_la8.c libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00
output_csv.c Fix some compiler warnings. 2011-11-15 21:05:40 +01:00
output_gnuplot.c gnuplot output: Optimize by only storing changes. 2011-04-15 21:49:22 +02:00
output_ols.c Replace g_malloc{0,} with g_try_malloc{0,}. 2011-04-16 18:08:15 +02:00
output_vcd.c libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. 2011-04-14 10:11:08 +02:00