diff --git a/projects/amdsmi/.clangd b/projects/amdsmi/.clangd index 74ae437a6f..2acc0ebb28 100644 --- a/projects/amdsmi/.clangd +++ b/projects/amdsmi/.clangd @@ -1,6 +1,6 @@ CompileFlags: Remove: -W* - Add: [-Wall, -pedantic, -I/opt/rocm/include, -I/opt/rocm/include/hsa, -I/opt/rocm/include/rocprofiler] + Add: [-Wall, -Wno-c++20-designator, -pedantic, -I/opt/rocm/include, -I/opt/rocm/include/hsa, -I/opt/rocm/include/rocprofiler] Compiler: clang++ # list here: https://clang.llvm.org/extra/clang-tidy/checks/list.html