diff options
author | Logan Chien <tzuhsiang.chien@gmail.com> | 2014-12-21 14:22:00 +0000 |
---|---|---|
committer | Logan Chien <tzuhsiang.chien@gmail.com> | 2014-12-21 14:22:00 +0000 |
commit | f52cf3318abb1227d3f27e1f5439ff50c986b7be (patch) | |
tree | d9e95d076a108bb7b3561a92975013d1ee56bbfa /llvm/lib/CodeGen | |
parent | 5c45c541a20b0f82fb9e2c065db500b7d4412fc3 (diff) | |
download | bcm5719-llvm-f52cf3318abb1227d3f27e1f5439ff50c986b7be.tar.gz bcm5719-llvm-f52cf3318abb1227d3f27e1f5439ff50c986b7be.zip |
Silence warnings in libunwind.
* Remove the embedded directive undefined behavior by moving the
the #ifdef out of the macro arguments. [-Wembedded-directive]
* Remove the local variable shadowing warning by renaming
frameInfo in UnwindLevel1-gcc-ext.c. [-Wshadow]
* Explicitly cast the function pointer to void pointer to avoid
the comparison between function pointer and void pointer.
[-Wpedantic]
llvm-svn: 224690
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions