Opened 20 years ago
Closed 20 years ago
#29 closed defect (fixed)
the warnings property should be free and propagated
| Reported by: | 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 , 20 years ago
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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.

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