]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mcel tests: Fix test failure with Oracle cc 12.6.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Mar 2024 01:14:21 +0000 (02:14 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 29 Mar 2024 01:14:21 +0000 (02:14 +0100)
* tests/test-mcel.c (main): Explicitly return 0 at the end.

ChangeLog
tests/test-mcel.c

index 542320be4a108bd1e2d7b14acbc9e6fd18f8a8f0..f8df136514ec72e4fecdd1f6229865b58d720192 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-28  Bruno Haible  <bruno@clisp.org>
+
+       mcel tests: Fix test failure with Oracle cc 12.6.
+       * tests/test-mcel.c (main): Explicitly return 0 at the end.
+
 2024-03-28  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool: Drop workarounds for Automake < 1.14.
index 7bff8b138756f96ee0cbc0c49c77177f83f004d7..6988fffeee936010c2b78acbdb2f5917a3acf415 100644 (file)
@@ -135,4 +135,6 @@ main (void)
                 }
             }
         }
+
+  return 0;
 }