[PATCH 0/7] fix some warnings for the mobile version

Lubomir I. Ivanov neolit123 at gmail.com
Wed Nov 18 13:46:53 PST 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Fix some warnings when compiling the mobile version with -Wall.
Also fix the ApplicationWindow crash.

Lubomir I. Ivanov (7):

  gpslocation.cpp: fix unused variable warning
  gpslocation.cpp: fix signed vs unsinged int comparison warning
  gpslocation.cpp: fix warning about missing return statement
  libdivecomputer.h: fix warning with DC_VERSION on Win32
  qmlmanager.cpp: fix unused variable warning
  subsurface-mobile-main.cpp: fix unused variable 'application'
  
  ^ some generic warning fixes in the above patches.
  
  main.qml: fix crash on native Win32 desktop
    
  ^ Sebastian said that he will implement this one, so ignore if he
  already has the change on his end. 

 qt-mobile/gpslocation.cpp         | 4 +++-
 qt-mobile/qml/main.qml            | 2 +-
 qt-mobile/qmlmanager.cpp          | 1 +
 subsurface-core/libdivecomputer.h | 4 ++++
 subsurface-mobile-main.cpp        | 1 +
 5 files changed, 10 insertions(+), 2 deletions(-)

-- 
1.7.11.msysgit.0



More information about the subsurface mailing list