commit | 90294ccdcf9334ed25a76ac9b67689468e506342 | [log] [tgz] |
---|---|---|
author | Stephan Hartmann <[email protected]> | Wed Nov 03 19:46:56 2021 +0100 |
committer | Commit Bot <[email protected]> | Wed Nov 03 21:10:18 2021 +0000 |
tree | 49a07950393182108cb62c8184fd4469e418d8b8 | |
parent | 8926696a4186279489cc2b8d768533e61bba73d7 [diff] [blame] |
GCC: fix deprecated copy warnings As of C++11, implicit generation of the copy assignment operator is declared as deprecated. This creates a lot of warnings with GCC. Change-Id: I9ed294924bba697e85df334d93b534713fb61c4a Reviewed-on: https://gn-review.googlesource.com/c/gn/+/12360 Reviewed-by: Brett Wilson <[email protected]> Commit-Queue: Brett Wilson <[email protected]>
diff --git a/AUTHORS b/AUTHORS index 2e9eb5a..755bfd4 100644 --- a/AUTHORS +++ b/AUTHORS
@@ -40,6 +40,7 @@ Raphael Kubo da Costa <[email protected]> Riku Voipio <[email protected]> Saikrishna Arcot <[email protected]> +Stephan Hartmann <[email protected]> Tim Niederhausen <[email protected]> Tomas Popela <[email protected]> Tripta Gupta <[email protected]>