Ref T317, fix CLANG warning for SimConnect

- casting functions in "simconnectfunctions.h"
- using correctly casted values
- some other smaller fixes
This commit is contained in:
Klaus Basan
2018-09-01 20:13:56 +02:00
parent 8286da4395
commit a062607520
6 changed files with 68 additions and 39 deletions

View File

@@ -9,8 +9,8 @@
//! \file
#ifndef BLACKSIMPLUGIN_FSX_SIMCONNECT_DATADEFINITION_H
#define BLACKSIMPLUGIN_FSX_SIMCONNECT_DATADEFINITION_H
#ifndef BLACKSIMPLUGIN_FSXCOMMON_SIMCONNECT_DATADEFINITION_H
#define BLACKSIMPLUGIN_FSXCOMMON_SIMCONNECT_DATADEFINITION_H
#include <QtGlobal>