Opened 20 years ago

Closed 20 years ago

#29 closed defect (fixed)

the warnings property should be free and propagated

Reported by: dave@… Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: warnings Cc:

Description

With warnings not propagated, a user that specifies warnings=off gets a pile of warnings from dependent targets. That behavior is at least surprising, and in some cases can cause code to look broken.

Change History (2)

comment:1 by dave@…, 20 years ago

sorry, I meant "from dependencies," not "from dependent targets."

comment:2 by ghost, 20 years ago

Resolution: fixed
Status: newclosed

The problem was caused by the fact that /W0 does not disable "deprecated function" warning with some msvc version. Fixed with explicit /wd4996.

Note: See TracTickets for help on using tickets.