Skip to content

Commit

Permalink
Fix codecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin committed Sep 21, 2024
1 parent a417b53 commit 23b5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build_definitions/diskann.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_additional_compiler_flags(self, builder: BuilderInterface) -> List[str]:
])

if (builder.compiler_choice.is_clang() and
builder.compiler_choice.is_llvm_major_version_at_least(17)):
builder.compiler_choice.is_llvm_major_version_at_least(17)):
ignored_warnings.extend([
'inconsistent-missing-override',
'instantiation-after-specialization',
Expand Down

0 comments on commit 23b5eea

Please sign in to comment.