sm7325-common: gps: Resolve unused parameter warnings
Change-Id: I3f92e977a847583f35a5a597487c52b5e0e09dde
This commit is contained in:
parent
c7eb5ab0ba
commit
e5deb4a931
@ -125,7 +125,7 @@ public:
|
|||||||
}
|
}
|
||||||
virtual void dump(void) {};
|
virtual void dump(void) {};
|
||||||
inline virtual bool ignore() { return false; };
|
inline virtual bool ignore() { return false; };
|
||||||
virtual bool equals(const SystemStatusItemBase& peer) { return false; }
|
virtual bool equals(const SystemStatusItemBase& peer __unused) { return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class SystemStatusLocation : public SystemStatusItemBase
|
class SystemStatusLocation : public SystemStatusItemBase
|
||||||
|
@ -310,7 +310,7 @@ public:
|
|||||||
bool available = false,
|
bool available = false,
|
||||||
bool connected = false,
|
bool connected = false,
|
||||||
bool roaming = false,
|
bool roaming = false,
|
||||||
uint64_t networkHandle = NETWORK_HANDLE_UNKNOWN, string apn = ""):
|
uint64_t networkHandle = NETWORK_HANDLE_UNKNOWN, string apn __unused = ""):
|
||||||
NetworkInfoDataItem(getNormalizedType(type), type, typeName, subTypeName, available,
|
NetworkInfoDataItem(getNormalizedType(type), type, typeName, subTypeName, available,
|
||||||
connected, roaming, networkHandle, "") {}
|
connected, roaming, networkHandle, "") {}
|
||||||
NetworkInfoDataItem(NetworkType initialType, int32_t type, string typeName,
|
NetworkInfoDataItem(NetworkType initialType, int32_t type, string typeName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user