Task #119318 - fixed.err
back to task #119318download
Error: COMPILER_WARNING (CWE-195):
plasma-keyboard-6.6.4/src/inputmethod.cpp: scope_hint: In member function ‘virtual void Keyboard::keyboard_key(uint32_t, uint32_t, uint32_t, uint32_t)’
plasma-keyboard-6.6.4/src/inputmethod.cpp:170:30: warning[-Wsign-compare]: comparison of integer expressions of different signedness: ‘quint64’ {aka ‘long long unsigned int’} and ‘int’
# 170 | if (keyEvent.timestamp() == -1) {
# | ~~~~~~~~~~~~~~~~~~~~~^~~~~
# 168| // see diactrics, and then pretend you haven't seen this
# 169| // TODO don't ship to users like this
# 170|-> if (keyEvent.timestamp() == -1) {
# 171| m_parent->key(serial, time, key, 0);
# 172| }