Menu

#34 const values converted to non-const

open
nobody
None
5
2001-09-25
2001-09-25
No

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.

Discussion

  • Bryon Hapgood

    Bryon Hapgood - 2001-09-26

    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.

     
  • Bryon Hapgood

    Bryon Hapgood - 2001-10-16

    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.

     
  • Bryon Hapgood

    Bryon Hapgood - 2001-10-16

    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.

     

Log in to post a comment.