Fix Clang unused member warnings in JSBsim.
This commit is contained in:
parent
6fc2403449
commit
e8398d5cee
2 changed files with 4 additions and 1 deletions
|
@ -238,9 +238,12 @@ private:
|
||||||
JSBSim::FGAccelerations* Accelerations;
|
JSBSim::FGAccelerations* Accelerations;
|
||||||
JSBSim::FGPropertyManager* PropertyManager;
|
JSBSim::FGPropertyManager* PropertyManager;
|
||||||
|
|
||||||
|
// disabling unused members
|
||||||
|
/*
|
||||||
int runcount;
|
int runcount;
|
||||||
double trim_elev;
|
double trim_elev;
|
||||||
double trim_throttle;
|
double trim_throttle;
|
||||||
|
*/
|
||||||
|
|
||||||
SGPropertyNode_ptr startup_trim;
|
SGPropertyNode_ptr startup_trim;
|
||||||
SGPropertyNode_ptr trimmed;
|
SGPropertyNode_ptr trimmed;
|
||||||
|
|
|
@ -114,7 +114,7 @@ public:
|
||||||
private:
|
private:
|
||||||
int sckt;
|
int sckt;
|
||||||
int sckt_in;
|
int sckt_in;
|
||||||
int udpsckt;
|
//int udpsckt;
|
||||||
DirectionType Direction;
|
DirectionType Direction;
|
||||||
ProtocolType Protocol;
|
ProtocolType Protocol;
|
||||||
struct sockaddr_in scktName;
|
struct sockaddr_in scktName;
|
||||||
|
|
Loading…
Reference in a new issue