diff --git a/vdt-integer-overflow.patch b/vdt-integer-overflow.patch index 9d5b291e01c..26b4840f642 100644 --- a/vdt-integer-overflow.patch +++ b/vdt-integer-overflow.patch @@ -6,7 +6,7 @@ index 563ae93..2ca2855 100644 } // end details namespace /// Single precision sincos -+#ifdef CMS_UNDEFINED_SANITIZER ++#ifdef __clang_analyzer__ +__attribute__((no_sanitize("signed-integer-overflow"))) +#endif inline void fast_sincosf( const float xx, float & s, float &c ) {