We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4fff9 commit 8dd2681Copy full SHA for 8dd2681
1 file changed
src/unique_id.cc
@@ -229,7 +229,7 @@ std::string UniqueId::ethernetMacAddress() {
229
230
return std::string(reinterpret_cast<const char *>(mac));
231
#if defined(__linux__) || defined(__gnu_linux__) || defined(DARWIN) || defined(WIN32)
232
-failed:
+failed: // cppcheck-suppress unusedLabelConfiguration
233
return std::string("");
234
#endif
235
}
0 commit comments