mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
3aa3a0945a
When the naive uninitialized variable detection finds a node with possible uses of uninitialized variables, the statements in the node are scanned one at a time checking each usage and removing uninitialized definitions as appropriate. vectest.r now compiles without warnings. As an added bonus, accurate line number information is reported for uninitialized variables. Unfortunately, there is still a problem with uninitialized temps in switch.r, but that might just be poor handling of temp op aliases. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |