From 39bcef0230bf2b937736fad21d3c783a9f981818 Mon Sep 17 00:00:00 2001 From: Kyle Johannes Date: Thu, 29 Aug 2024 15:01:34 +0000 Subject: [PATCH] Communication: warning fix --- communication/message/apperrormessage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/communication/message/apperrormessage.cpp b/communication/message/apperrormessage.cpp index 5486940..59e8f5a 100644 --- a/communication/message/apperrormessage.cpp +++ b/communication/message/apperrormessage.cpp @@ -137,7 +137,6 @@ std::string AppErrorMessage::getAppErrorString() { default: return "Unknown error"; } - return "Unknown error"; } } // namespace icsneo \ No newline at end of file