]> Savannah Git Hosting - 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>
Mon, 8 Apr 2024 10:22:16 +0000 (12:22 +0200)
* tests/test-mcel.c (main): Explicitly return 0 at the end.

ChangeLog
tests/test-mcel.c

index cf15c365af8135120cf09c5e89e4e60a472f43b4..d0c0368861b5fe521ae6edabff958f7094454da3 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>
 
        pthread-h: Fix override of pthread_spinlock_t with non-GNU compilers.
index 7bff8b138756f96ee0cbc0c49c77177f83f004d7..6988fffeee936010c2b78acbdb2f5917a3acf415 100644 (file)
@@ -135,4 +135,6 @@ main (void)
                 }
             }
         }
+
+  return 0;
 }