Skip to content

Commit

Permalink
werror=unused-function
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Nov 13, 2023
1 parent a7b081b commit ce7d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for_rusefi/wideband_can.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct DiagData
uint8_t pad;
};

static const char* describeFault(Fault fault) {
static inline const char* describeFault(Fault fault) {
switch (fault) {
case Fault::None:
return "OK";
Expand Down

0 comments on commit ce7d85c

Please sign in to comment.