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