[InstrProf][NFC] Ignore -Wcast-qual after D153911 to fix build failure on AIX
commit0680ca7f8c388bd929843badea04a4b4c3aa95e0
authorJake Egan <5326451+jakeegan@users.noreply.github.com>
Wed, 19 Jul 2023 17:50:33 +0000 (19 13:50 -0400)
committerJake Egan <5326451+jakeegan@users.noreply.github.com>
Wed, 19 Jul 2023 17:50:55 +0000 (19 13:50 -0400)
tree6df49d66c75e2529a522d44932bebb1af2a2da51
parent67399932c767f0a64c83a500dc6f7806c09d9401
[InstrProf][NFC] Ignore -Wcast-qual after D153911 to fix build failure on AIX

/scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c:202:40: error: cast from 'const int (*)[0]' to 'void *' drops const qualifier [-Werror,-Wcast-qual]
                               (void *)&dummy_name, (void *)&dummy_vnds};
                                       ^
1 error generated.
compiler-rt/lib/profile/InstrProfilingPlatformAIX.c