From: falcovorbis <fal...@us...> - 2024-04-21 08:03:47
|
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, warnings_fixes has been created at 620b446751285932f4213266599f55f1de79a90a (commit) - Log ----------------------------------------------------------------- commit 620b446751285932f4213266599f55f1de79a90a Author: Falco Girgis <gyr...@gm...> Date: Sun Apr 21 01:24:08 2024 -0500 Fixed all Doxygen warnings. commit 316c185a868bac317d8127248db20bc7908f74ed Author: Falco Girgis <gyr...@gm...> Date: Sun Apr 21 00:29:56 2024 -0500 Fixed (lying) overflow warning from readdir(). - We were writing to an array of size 0... which was ALWAYS followed by a sized array of the correct size... GCC didn't care. - Swapped readdir() to use the backing array directly, rather than the size 0 array. commit 4e17691a9baa48081ec650eecfe49ff57050e081 Author: Falco Girgis <gyr...@gm...> Date: Sun Apr 21 00:22:07 2024 -0500 Fixed release build warnings from defining NDEBUG. - All of them were for unused variables. They were being used within assert() statements that have now been compiled out. - Added (void) expressions around the variables to get GCC to shut up. commit 5145efaaf5f6b816a0bb2bb69a81405b4ecdc5d2 Author: Tchan0 <617...@us...> Date: Sun Apr 21 00:56:11 2024 +0200 add missing examples temp files to gitignore (#515) Co-authored-by: T_chan <> ----------------------------------------------------------------------- hooks/post-receive -- A pseudo Operating System for the Dreamcast. |