sm6225-common: gps: Resolve more unused parameter warnings
Change-Id: I8c0b039c610ae4abc82b1bb8d975cb76b9ba2027
This commit is contained in:
parent
58e72f4794
commit
0ea4719b77
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ public:
|
|||
}
|
||||
virtual void dump(void) {};
|
||||
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
|
||||
|
|
|
@ -271,7 +271,7 @@ public:
|
|||
bool available = false,
|
||||
bool connected = 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,
|
||||
connected, roaming, networkHandle, "") {}
|
||||
NetworkInfoDataItem(NetworkType initialType, int32_t type, string typeName,
|
||||
|
|
Loading…
Reference in a new issue