[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-24 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 closed https://github.com/llvm/llvm-project/pull/67250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-24 Thread Kazushi Marukawa via cfe-commits
kaz7 wrote: This is "NFC" commit, so I'm going to merge this without reviewers. Let me know if someone has problem on this. https://github.com/llvm/llvm-project/pull/67250 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-23 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-libunwind Changes Avoid following prototype related warning. Unwind-sjlj.c:85:75: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] --- Full diff:

[libunwind] [libunwind][nfc] avoid prototype warning (PR #67250)

2023-09-23 Thread Kazushi Marukawa via cfe-commits
https://github.com/kaz7 created https://github.com/llvm/llvm-project/pull/67250 Avoid following prototype related warning. Unwind-sjlj.c:85:75: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] >From