mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Fix the following compiler warning: | mcp251xfd/mcp251xfd-regmap.c:38:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] | fscanf(reg_file, "%*[^\n]\n"); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~ Reported-by: https://github.com/Chaitanya84 Link: https://github.com/linux-can/can-utils/pull/506