-- http://rrt.sc3d.org/ | Bathe or shower daily: the ablutive absolute
Why is this rule valid? GCC gives warnings if const pointers are not cast to
non-const before passing to C. As far as I can see, this is correct: free
takes a non-const argument. Should malloced memory simply not be assigned to
a const pointer?
- sc_cast_of_argument_to_free Reuben Thomas
- Re: sc_cast_of_argument_to_free Jim Meyering