formatting changes

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-11 13:59:08 +00:00
parent 39adc5a82b
commit 832c32d15c
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
'architecture': architecture,
'sanitizers': "Address"
})
# gcc doesn't supports atomic_thread_fence with tsan. Suppress warnings.
# gcc doesn't supports atomic_thread_fence with tsan. Suppress warnings.
if os['compiler_name'] == 'gcc':
extra_warning_flags += ' -Wno-tsan'
if cxx_flags: