Fix warning detected by gcc 4.9.1

- unused variables
- linker error with the MinGW DX SDK
- don't delete a void* pointer
- initialization order
This commit is contained in:
Roland Winklmeier
2014-09-28 13:06:58 +02:00
parent f43f3013fe
commit 8ba1a37ea7
3 changed files with 14 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ TEMPLATE = lib
CONFIG += plugin shared
CONFIG += blackmisc blackcore blacksim
LIBS += -lsimulator_fscommon -lFSUIPC_User
LIBS += -lsimulator_fscommon -lFSUIPC_User -luuid
# required for FSUIPC
win32:!win32-g++*: QMAKE_LFLAGS += /NODEFAULTLIB:LIBC.lib