summaryrefslogtreecommitdiff
path: root/libs/jpegrecoverymap/jpegencoderhelper.cpp
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2022-11-24 16:47:38 +0000
committer Michael Wright <michaelwr@google.com> 2022-11-24 21:51:09 +0000
commit1f2db4f98af16aca68216ab99c783b4cb6c2626f (patch)
treeb1346972f271b26aed99f3138c27740c9c7e4582 /libs/jpegrecoverymap/jpegencoderhelper.cpp
parentebd913b1555b0fdc094a7d6f74a2415f3651e9b0 (diff)
Add explicit copy assignment operator for NotifyMotionArgs.
Right now we rely on an implicit definition of this operator, which is deprecated since we have an explicit copy constructor. See -Wdeprecated-copy-with-user-provided-copy for details on why this isn't desirable. Fortunately, a default implementation of the copy assignment operator is sufficient, so there's no actual bug in the current usages. Test: atest NotifyArgs_Test.cpp Change-Id: I58a913ad1c37414e86167557fdd4deb29499f432
Diffstat (limited to 'libs/jpegrecoverymap/jpegencoderhelper.cpp')
0 files changed, 0 insertions, 0 deletions