RtsFlags: Un-constify temporary buffer
Otherwise we get a const-ness mismatch when we free the buffer, which for some reason gcc 5.3 didn't notice.
Showing
Please register or sign in to comment
Otherwise we get a const-ness mismatch when we free the buffer, which for some reason gcc 5.3 didn't notice.