Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: rsaxvc on September 26, 2010, 09:21:59 pm

Title: Loads-o-warnings on the gcc
Post by: rsaxvc on September 26, 2010, 09:21:59 pm
If you add -Wno-write-strings to configure.ac, it'll take out all the string warnings.
Title: Re: Loads-o-warnings on the gcc
Post by: Echelon9 on October 03, 2010, 12:21:23 am
Are these the string warnings when using GCC 4.2/4.4 (vs GCC 4.0)?
Title: Re: Loads-o-warnings on the gcc
Post by: rsaxvc on October 03, 2010, 12:20:48 pm
I'm rolling with gcc 4.3.2. It looks like -Wno-write-strings is already specified for debug builds.