Mark some things as const
Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
Please register or sign in to comment
Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.