Ticket #104 (new defect)

Opened 2 years ago

Last modified 2 years ago

gcc's -Werror option set automatically

Reported by: jtv Assigned to: jtv
Priority: low Milestone:
Component: autotools Version: 2.6
Severity: normal Keywords:
Cc:

Description (Last modified by jtv)

It seems the -Werror option is enabled automatically when compiling with gcc. This is only supposed to happen in maintainer mode.

Attachments

Change History

02/04/07 03:32:56 changed by jtv

  • description changed.

06/01/07 10:24:00 changed by anonymous

Dirty fix:

Run this comman in the root of the src directory to rip out all -Werror from Makefile's

find . -type f -name Makefile | xargs perl -pi -e "s/-Werror//g"

Add/Change #104 (gcc's -Werror option set automatically)




Change Properties
Action