C/AllocMem()
29-May-90 18:27:34
Sb: #106830-C/AllocMem()
Fm: Mike Roth/Lattice 76566,1137
To: JEFFREY C. DEGE 76426,211
The uninitialized warning is coming from the sizeof(*foo). The compiler
apparently doesn't realize that sizeof() doesn't actually use the variable
and so it gives the warning. It seems to be treating sizeof() as if it
were any normal function. I will reproduce the problem and submit a bug
report to get it fixed.
— Mike Roth / Lattice