sof/tools/logger
Karol Trzcinski 9e131360fc logger: Check for unused arguments
There is no place for unused arguments, their are consequence of invalid
argument list as usual.
Such an situation is highly possible especially during defining trace
filters, eg `-Fv=mux 4.1` instead `-F"v=mux 4.1"` or `-Fv=mux4.1`.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-10-21 11:48:19 +01:00
..
CMakeLists.txt logger: Parse runtime filter levels 2020-08-25 13:09:38 +01:00
convert.c logger: Fix uuid formatting 2020-10-02 11:30:37 +01:00
convert.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
filter.c logger: fix uninitialized FILE *out_fd in filter_update_firmware() 2020-09-15 10:03:04 +01:00
filter.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
logger.c logger: Check for unused arguments 2020-10-21 11:48:19 +01:00
misc.c logger: Fix log_err usage at early stages of sof-logger run 2020-10-20 10:41:17 +01:00
misc.h logger: use __attribute__((format(printf, 1, 2))) in misc.h 2020-09-14 10:43:54 +01:00