diff options
author | Nikita Baryshnikov <nib952051@gmail.com> | 2018-03-29 17:49:52 +0300 |
---|---|---|
committer | Nikita Baryshnikov <nib952051@gmail.com> | 2018-04-03 15:57:49 +0000 |
commit | 0297cdd4f7094c592550f0cb08b3dacc81ae8430 (patch) | |
tree | 60ef3a3ddad3087f0ecf379c988ac1f99c6b2e0e /share/qtcreator/cplusplus/examples/tidy_example.cpp | |
parent | b9d72a57376e7a41de2320f40363372248ebce21 (diff) | |
download | qt-creator-0297cdd4f7094c592550f0cb08b3dacc81ae8430.tar.gz |
ApplicationLauncher: fix odr warning for State enum
applicationlauncher.cpp:68:6: warning: type ‘State’ violates the C++ One
Definition Rule [-Wodr]
enum State { Inactive, Run };
^
deviceprocesslist.cpp:34:6: note: an enum with different value name is
defined in another translation unit
enum State { Inactive, Listing, Killing };
^
Change-Id: I242754c1e4f18c5dd0e8bb017f94783528ad759f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'share/qtcreator/cplusplus/examples/tidy_example.cpp')
0 files changed, 0 insertions, 0 deletions