Author Topic: Loads-o-warnings on the gcc  (Read 2743 times)

0 Members and 1 Guest are viewing this topic.

Offline rsaxvc

  • 27
    • rsaxvc
Loads-o-warnings on the gcc
If you add -Wno-write-strings to configure.ac, it'll take out all the string warnings.

 

Offline Echelon9

  • 210
Re: Loads-o-warnings on the gcc
Are these the string warnings when using GCC 4.2/4.4 (vs GCC 4.0)?

  

Offline rsaxvc

  • 27
    • rsaxvc
Re: Loads-o-warnings on the gcc
I'm rolling with gcc 4.3.2. It looks like -Wno-write-strings is already specified for debug builds.