From 019e2c92af1d7adcb147938f35063e784b62edc5 Mon Sep 17 00:00:00 2001 From: jcwright77 Date: Tue, 20 Feb 2024 20:31:58 -0500 Subject: [PATCH] uncommenting needed gcc option for arg mismatc;h --- compileropts.gnu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compileropts.gnu b/compileropts.gnu index 3421efa..e6567b0 100644 --- a/compileropts.gnu +++ b/compileropts.gnu @@ -8,7 +8,7 @@ C13_ARGS= $(info $(GF_VER) "found" ) else $(info $(GF_VER) "newer gcc" ) -C13_ARGS= #-fallow-argument-mismatch +C13_ARGS= -fallow-argument-mismatch endif COMMON_OPTION = -fno-automatic -fdefault-real-8 -fdefault-double-8