diff options
| author | 2022-11-24 16:47:38 +0000 | |
|---|---|---|
| committer | 2022-11-24 21:51:09 +0000 | |
| commit | 1f2db4f98af16aca68216ab99c783b4cb6c2626f (patch) | |
| tree | b1346972f271b26aed99f3138c27740c9c7e4582 /libs/jpegrecoverymap/jpegencoderhelper.cpp | |
| parent | ebd913b1555b0fdc094a7d6f74a2415f3651e9b0 (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