Closed vbaderks closed 1 year ago
C++17 always provide the standard [[nodiscard]] attribute Use this attribute when compiling in C++ mode. Code that also can be used in C mode still needs to use CHARLS_CHECK_RETURN. C23 will also provide the attribute [[nodiscard]].
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 5 Code Smells
No Coverage information 0.0% Duplication
C++17 always provide the standard [[nodiscard]] attribute Use this attribute when compiling in C++ mode. Code that also can be used in C mode still needs to use CHARLS_CHECK_RETURN. C23 will also provide the attribute [[nodiscard]].