[all-commits] [llvm/llvm-project] 2398cb: [libunwind][nfc] avoid prototype warning (#67250)
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Sat Sep 23 23:16:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2398cb0c19a89831655bff05ada102947f147190
https://github.com/llvm/llvm-project/commit/2398cb0c19a89831655bff05ada102947f147190
Author: Kazushi Marukawa <marukawa at nec.com>
Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths:
M libunwind/src/Unwind-sjlj.c
Log Message:
-----------
[libunwind][nfc] avoid prototype warning (#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]
More information about the All-commits
mailing list