mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user