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:
@@ -175,7 +175,7 @@ uint64_t getQTimerDeltaNanos()
|
||||
char qtimer_val_string[100];
|
||||
char *temp;
|
||||
uint64_t local_qtimer = 0, remote_qtimer = 0;
|
||||
int mdm_fd = -1, wlan_fd = -1, ret = 0;
|
||||
int mdm_fd = -1, ret = 0;
|
||||
uint64_t delta = 0;
|
||||
|
||||
memset(qtimer_val_string, '\0', sizeof(qtimer_val_string));
|
||||
|
Reference in New Issue
Block a user