mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-20 16:00:44 +00:00
1985b6d4fd
This fixed the uninitialized temp warning in HUD.r. The problem was caused by the flow analyzer not being able to detect that the struct temp was being initialized by the move statement due to the address of the temp being in a pointer temp. While it would be good to use a constant pointer for the address of the struct temp or improving the flow analyzer to track actual data, avoiding the temp in the first place results in nicer code as it removes a move statement. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |