szaszm commented on a change in pull request #805:
URL: https://github.com/apache/nifi-minifi-cpp/pull/805#discussion_r438089179
##########
File path: CMakeLists.txt
##########
@@ -72,6 +72,15 @@ endif ()
cmake_dependent_option(ASAN_BUILD "Uses AddressSanitizer to instrument the
code" OFF "NOT WIN32" OFF)
+# Option: STRICT_GSL_CHECKS
+# AUDIT: Enable all checks, including gsl_ExpectsAudit() and gsl_EnsuresAudit()
+# ON: Enable all checks, excluding gsl_ExpectsAudit() and gsl_EnsuresAudit()
(GSL default)
Review comment:
enable these for CI
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]