From c52f662181cfd60def2724168571dfd0f415c171 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 30 Dec 2022 01:03:59 +0100 Subject: [PATCH] fix tabs usage --- changelog/deprecations-warnings-errors.dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/deprecations-warnings-errors.dd b/changelog/deprecations-warnings-errors.dd index b8f79a811..ddbb020d7 100644 --- a/changelog/deprecations-warnings-errors.dd +++ b/changelog/deprecations-warnings-errors.dd @@ -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