From 26d24611e48c59ff331c105b5d8744336d3b0e50 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 29 Sep 2022 10:41:43 +0200 Subject: [PATCH] Cosmetics: parameter is obviously not empty. --- src/smpi/smpicc.in | 2 +- src/smpi/smpiff.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index eab345e4dd..0c16eebd98 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -76,7 +76,7 @@ while [ $# -gt 0 ]; do exit 0 ;; '-trace-call-location') - list_add_not_empty CMDARGS "-DTRACE_CALL_LOCATION" + list_add CMDARGS "-DTRACE_CALL_LOCATION" ;; '-compiler-version' | '--compiler-version') ${CC} --version diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index a5e8ccf3ee..805fe0f350 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -128,7 +128,7 @@ while [ $# -gt 0 ]; do TRACE_CALL_LOCATION=1 # This should be list_add FFLAGS but it's not possible # anymore: FFLAGS was already moved into CMDLINE above. - list_add_not_empty CMDLINE "-ffixed-line-length-none" "-cpp" + list_add CMDLINE "-ffixed-line-length-none" "-cpp" ;; -o) list_add CMDLINE "-o$1" -- 2.20.1