]> Savannah Git Hosting - gnulib.git/commit
threads-h tests: Fix gcc -Wold-style-declaration warning.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Sep 2023 14:39:07 +0000 (16:39 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Sep 2023 10:10:04 +0000 (12:10 +0200)
commit4aa5447174e43915a065eb66fa3cc4c09ce8aa0d
tree84544dfc7a97610212c4b25124563757e3995f06
parent637191b7b1e7d97c9bec0b1ae86dd7d2e32f68a2
threads-h tests: Fix gcc -Wold-style-declaration warning.

* tests/test-thread_local.c (value0, value1, value2, value3): Put the
'thread_local' storage class specifier before the type.
ChangeLog
tests/test-thread_local.c