This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 56415a0275 libc/gnssutils: remove C99 standard flag from Make.defs
56415a0275 is described below

commit 56415a027596f93d5d1481f2265f4e6973be45b9
Author: Huang Qi <huang...@xiaomi.com>
AuthorDate: Thu Jan 16 15:36:35 2025 +0800

    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 <huang...@xiaomi.com>
---
 libs/libc/gnssutils/Make.defs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/libc/gnssutils/Make.defs b/libs/libc/gnssutils/Make.defs
index 2b90285413..d3a441cd5a 100644
--- a/libs/libc/gnssutils/Make.defs
+++ b/libs/libc/gnssutils/Make.defs
@@ -39,7 +39,6 @@ $(MINMEA_UNPACKNAME):
 # Files
 
 CSRCS  += minmea.c
-CFLAGS += -std=c99
 
 clean::
        $(call DELFILE, $(OBJS))

Reply via email to