-
-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)portabilityWe want NUT to build and run everywhere possibleWe want NUT to build and run everywhere possible
Milestone
Description
A few options probed in m4/nut_compiler_family.m4 are not really supported by some versions of compilers that the NUT CI build farm uses (whether by front-ends like gcc or back-ends like cc1) and are reported as problematic during "real builds". During the test operations done in the m4 script however, they seem fine and are accepted - only to begin complaining when e.g. C++11 support is probed just after.
They seem to also be reported as errors when -Werror mode is used (so warnings are fatal) but were not see to cause actual build failures, just confusion about why they failed (and noise in the log or terminal).
Seen with -Wno-reserved-identifier and -Wno-unknown-warning-option on gcc-4.x.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CIEntries related to continuous integration infrastructure (here CI = tools + scripts + recipes)Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)portabilityWe want NUT to build and run everywhere possibleWe want NUT to build and run everywhere possible