Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a888940

Browse files
johnstiles-googleSkia Commit-Bot
authored andcommitted
Re-enable -Wdeprecated-copy-dtor.
This was mostly working already, because violating this warning would break one of our builds, Build-Debian10-EMCC-wasm-Release-WasmGMTests. Example: https://status.skia.org/logs/BmABdx9EQKaH89CcbwU2/605bf360-b5b1-4a72-9e9f-465444f7f36c This did require a fix to Dawn (thanks to cwallez@): https://dawn-review.googlesource.com/c/dawn/+/30701 Change-Id: I17723bda02f13895f9e19ea2e94dc48c2cdb1572 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330741 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
1 parent a8f4c91 commit a888940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gn/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ config("warnings") {
498498
"-Wdeprecated-attributes",
499499
"-Wdeprecated-comma-subscript",
500500
"-Wdeprecated-copy",
501+
"-Wdeprecated-copy-dtor",
501502

502-
#"-Wdeprecated-copy-dtor",
503503
#"-Wdeprecated-declarations",
504504
"-Wdeprecated-dynamic-exception-spec",
505505
"-Wdeprecated-enum-compare",

0 commit comments

Comments
 (0)