mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 07:30:21 +00:00
Makes it obvious to GCC that a return result is always supplied.
This commit is contained in:
parent
6d80856f02
commit
198d0fd1de
@ -19,6 +19,7 @@ const char *::Commodore::Serial::StringForLine(Line line) {
|
|||||||
case Clock: return "Clock";
|
case Clock: return "Clock";
|
||||||
case Data: return "Data";
|
case Data: return "Data";
|
||||||
case Reset: return "Reset";
|
case Reset: return "Reset";
|
||||||
|
default: return nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user