summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a082f2537..972aec03db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-24 Paul Eggert <eggert@cs.ucla.edu>
+ unsetenv-tests: pacify -Wanalyzer-putenv-of-auto-var
+ * tests/test-unsetenv.c (main): Make entry static. Even with this
+ change, it’s unclear whether this test is portable POSIX code, but
+ that’s a different matter.
+
tests: suppress some unwanted -fanalyzer checking
* tests/test-dup2.c, tests/test-fcntl.c, tests/test-fopen.h:
* tests/test-getdtablesize.c, tests/test-listen.c: