lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py

This commit is contained in:
MacroFake
2022-04-26 10:02:08 +02:00
parent 1ae65b4c5f
commit fa82a1ed83
2 changed files with 6 additions and 7 deletions

View File

@@ -30,7 +30,6 @@ T&& inline_check_non_fatal(T&& val, const char* file, int line, const char* func
throw NonFatalCheckError(
format_internal_error(assertion, file, line, func, PACKAGE_BUGREPORT));
}
return std::forward<T>(val);
}