mirror of https://github.com/rusefi/wideband.git
werror=unused-function
This commit is contained in:
parent
a7b081b882
commit
ce7d85ccc5
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue