sm8450-common: gps: HAL: Location compilation bringup for wearables
Enable few more important compilation flags which will consider warnings as errors. Most of these flags were configured to be only warning for mobile SPs, but for wearable SPs some of them are configured to be errors. So configure these as in common GNSS flags so that same set of flags could be applied to mobile SPs too. Fix compilation errors which were showing up, when these flags were enabled. Change-Id: I62ef74419d4416252dfc8b25251ba3a51d522bfd CRs-Fixed: 3292623
This commit is contained in:
@@ -1157,7 +1157,6 @@ GnssAdapter::setConfig()
|
||||
std::vector<LocationError> GnssAdapter::gnssUpdateConfig(const std::string& oldMoServerUrl,
|
||||
const std::string& moServerUrl, const std::string& serverUrl,
|
||||
GnssConfig& gnssConfigRequested, GnssConfig& gnssConfigNeedEngineUpdate, size_t count) {
|
||||
loc_gps_cfg_s gpsConf = ContextBase::mGps_conf;
|
||||
size_t index = 0;
|
||||
LocationError err = LOCATION_ERROR_SUCCESS;
|
||||
std::vector<LocationError> errsList = {err};
|
||||
|
Reference in New Issue
Block a user