libc/gnssutils: remove C99 standard flag from Make.defs

Summary:
- Removed explicit -std=c99 flag from Make.defs
- The project-wide C standard is already set at a higher level
- Keeps build configuration consistent across the codebase

Impact:
- No functional changes to the code
- Maintains consistency with project-wide C standard settings

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2025-01-16 15:36:35 +08:00 committed by Xiang Xiao
parent 7cf82fe422
commit 56415a0275

View file

@ -39,7 +39,6 @@ $(MINMEA_UNPACKNAME):
# Files
CSRCS += minmea.c
CFLAGS += -std=c99
clean::
$(call DELFILE, $(OBJS))