mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Fixed XPlane plugin warnings / issues
I came across when first compiling master with latest classes on my place VC2013
This commit is contained in:
@@ -84,6 +84,8 @@ namespace XBus
|
||||
|
||||
int CTraffic::preferences(const char *section, const char *name, int def)
|
||||
{
|
||||
Q_UNUSED(name);
|
||||
Q_UNUSED(section);
|
||||
// TODO [planes] max_full_count
|
||||
return def;
|
||||
}
|
||||
@@ -91,6 +93,8 @@ namespace XBus
|
||||
float CTraffic::preferences(const char *section, const char *name, float def)
|
||||
{
|
||||
// TODO [planes] full_distance
|
||||
Q_UNUSED(name);
|
||||
Q_UNUSED(section);
|
||||
return def;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user