This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, falco/pvrtex_warnings_fixes has been created
at 20458582752546c80ff8245d31525a5b57bb8549 (commit)
- Log -----------------------------------------------------------------
commit 20458582752546c80ff8245d31525a5b57bb8549
Author: Falco Girgis <gyr...@gm...>
Date: Sat Oct 5 09:53:19 2024 -0500
Fixed pvrtex warnings with Clang18 host compiler
- A couple of warnings are manifesting in the pvrtex codebase when
bulding with a recent verison of Clang.
- ATOMIC_INIT() was deprecated in later versions of C, which Clang
defaults to now
* forcing project to be built uniformly using GNU17 C standard for
everyone
* got rid of ATOMIC_INIT() usage
- Clang correctly diagnosed a set but unused variable in pvrtex...
Simply told the compiler to shut up by marking it (void).
-----------------------------------------------------------------------
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|