Suppress Clang 7 self-assignment warnings
authorMika Väinölä <mika.vainola@siru.fi>
Wed, 3 Oct 2018 13:03:46 +0000 (16:03 +0300)
committerChris Forbes <chrisforbes@google.com>
Fri, 9 Nov 2018 23:14:54 +0000 (15:14 -0800)
commitdc280468ece59472f77cc49ed3cda79c9d331816
treeea99b8f3f1988efe2955f8e1950d25d11724b8c8
parent91b08dd28900bd675c08c0f3bef1b9ab8841c2f2
Suppress Clang 7 self-assignment warnings

Clang 7 warns on two intentional self-assignments. According to the
release notes "the warning can be suppressed by adding *& to the
right-hand side or casting it to the appropriate reference type."

Component: Framework

VK-GL-CTS issue: 1401

Change-Id: I3145b1965d46f617eb10ff8a60d038ce9bbb5cbf
(cherry picked from commit 3aa55b5b9bd903f279e234304a2affd409b18e8d)
framework/delibs/decpp/deSharedPtr.cpp