Skip to content

Commit

Permalink
fix tabs usage
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 30, 2022
1 parent e9dad94 commit c52f662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/deprecations-warnings-errors.dd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ was set, even if `"warningsAsErrors"` was (implicitly or explicitly) set.
Now the behavior is consistent across all compilers:

- deprecations are not treated as errors inside GDC with the default `"warningsAsErrors"` flag anymore
- from this release on, the old GDC behavior can be replicated across all compilers using `buildOptions "deprecationWarnings"`
- to do this with previous DUB versions, use `buildOptions "deprecationErrors"` if you haven't manually disabled the default warningsAsErrors behavior.
- from this release on, the old GDC behavior can be replicated across all compilers using `buildOptions "deprecationWarnings"`
- to do this with previous DUB versions, use `buildOptions "deprecationErrors"` if you haven't manually disabled the default warningsAsErrors behavior.
- `"deprecationWarnings"` now implies `"deprecationErrors"` if `"warningsAsErrors"` is set (the default)

Internally for GDC DUB will now emit `-Wno-error=deprecated` when build option
Expand Down

0 comments on commit c52f662

Please sign in to comment.