Revert r312240
The buildbots have shown that -Wstrict-prototypes behaves differently in GCC
and Clang so we should keep it disabled until Clang follows GCC's behaviour
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@312246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/src/config.h b/src/config.h
index 80356d3..ac8d7d9 100644
--- a/src/config.h
+++ b/src/config.h
@@ -119,9 +119,9 @@
#ifdef __cplusplus
extern "C" {
#endif
- extern bool logAPIs(void);
- extern bool logUnwinding(void);
- extern bool logDWARF(void);
+ extern bool logAPIs();
+ extern bool logUnwinding();
+ extern bool logDWARF();
#ifdef __cplusplus
}
#endif