const values converted to non-const
Status: Pre-Alpha
Brought to you by:
bryonh57
const values are being converted to non-const values
in include/gs/gs.inl, which is technically an error,
and is generating <b>annoying</b> warning messages
each time I compile certain files.
These can be corrected by adding the keyword const to
the variable definitions in that file on lines 32, 53,
71, 88, 105, 121, and 153.
bryanw.
Logged In: YES
user_id=120775
You'll have to give me an example of what you mean. I can't
find what you're talking about.
Logged In: YES
user_id=120775
I've gotten rid of all constants in the next version
library. Bloody pain in the neck if you ask me.
Logged In: YES
user_id=120775
I've gotten rid of all constants in the next version
library. Bloody pain in the neck if you ask me.