diff --git a/src/relay.cpp b/src/relay.cpp index 234646c..3e0434b 100644 --- a/src/relay.cpp +++ b/src/relay.cpp @@ -115,6 +115,7 @@ std::string toString(uint16_t count) { std::stringstream ss; ss << count; std::string countValue = ss.str(); + obviousCompileFailureHere; return countValue; }