mkotyk / qt428

Wrapper for DVR Live video streaming
Apache License 2.0
4 stars 1 forks source link

comparison between signed and unsigned integer expressions #1

Open jidanni opened 7 years ago

jidanni commented 7 years ago

QT428.cpp: In member function ‘bool QT428::process()’: QT428.cpp:38:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((now - _lastPing) > KEEP_ALIVE_SECONDS) {