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::FGPropertyManager* PropertyManager;
|
||||
|
||||
// disabling unused members
|
||||
/*
|
||||
int runcount;
|
||||
double trim_elev;
|
||||
double trim_throttle;
|
||||
*/
|
||||
|
||||
SGPropertyNode_ptr startup_trim;
|
||||
SGPropertyNode_ptr trimmed;
|
||||
|
|
|
@ -114,7 +114,7 @@ public:
|
|||
private:
|
||||
int sckt;
|
||||
int sckt_in;
|
||||
int udpsckt;
|
||||
//int udpsckt;
|
||||
DirectionType Direction;
|
||||
ProtocolType Protocol;
|
||||
struct sockaddr_in scktName;
|
||||
|
|
Loading…
Reference in a new issue