From: Paul Eggert Date: Sun, 18 Feb 2024 05:51:46 +0000 (-0800) Subject: nohup: document GCC bug number X-Git-Tag: v9.5~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e52b9adcb1574840d4238c0952d8e03da3bcb6;p=thirdparty%2Fcoreutils.git nohup: document GCC bug number * src/nohup.c: Add GCC bug number to comment. --- diff --git a/src/nohup.c b/src/nohup.c index 8ecaf69fb5..c853638b44 100644 --- a/src/nohup.c +++ b/src/nohup.c @@ -72,7 +72,8 @@ To save output to FILE, use '%s COMMAND > FILE'.\n"), exit (status); } -/* GCC 13 gets confused by the dup2 calls. */ +/* GCC 13 gets confused by the dup2 calls + . */ #if 13 <= __GNUC__ # pragma GCC diagnostic ignored "-Wanalyzer-fd-leak" #endif