From 1f83e3d73ffcb5ed0d028f132337d8d86b8d0ead Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:25:35 -0500 Subject: Fix builds on xcode 12+ Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes --- gcc_arm/gcse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc_arm/gcse.c') diff --git a/gcc_arm/gcse.c b/gcc_arm/gcse.c index a91068a..facc748 100755 --- a/gcc_arm/gcse.c +++ b/gcc_arm/gcse.c @@ -5168,9 +5168,8 @@ invalidate_nonnull_info (x, setter) This could probably be integrated with global cprop with a little work. */ void -delete_null_pointer_checks (f, pass) +delete_null_pointer_checks (f) rtx f; - int pass; { int_list_ptr *s_preds, *s_succs; int *num_preds, *num_succs; -- cgit v1.2.3