dawn-cmake/src/dawn_wire
Corentin Wallez 18c7b0e0b1 Add the -Wdeprecated-copy-dtor warning.
This should fix the warning triggering when using Dawn in Skia.

Bug: None
Change-Id: I045ebc87f9e8dbff035920fc6eaa409c2b70d0f2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/30701
Reviewed-by: John Stiles <johnstiles@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2020-11-03 14:24:05 +00:00
..
client Fix crash when device is removed before CreateReady*Pipeline callback 2020-10-24 03:11:43 +00:00
server Fix crash when device is removed before CreateReady*Pipeline callback 2020-10-24 03:11:43 +00:00
BUILD.gn dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
CMakeLists.txt dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandHandler.cpp Add algorithm include. 2020-10-20 20:30:11 +00:00
ChunkedCommandHandler.h dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandSerializer.cpp dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ChunkedCommandSerializer.h IWYU: unique_ptr usage in ChunkedCommandSerializer requires including <memory> 2020-10-20 19:48:31 +00:00
WireClient.cpp Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00
WireDeserializeAllocator.cpp Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00
WireDeserializeAllocator.h Fix missing virtual on destructor 2019-09-03 07:47:45 +00:00
WireServer.cpp Add the -Wdeprecated-copy-dtor warning. 2020-11-03 14:24:05 +00:00