mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 05:27:11 +08:00
interpreters/python: Avoid warnings that could be treated as errors
This commit disables some warnings when building CPython to avoid CI failing when `EXTRAFLAGS="-Wno-cpp -Werror"` is set.
This commit is contained in:

committed by
Xiang Xiao

parent
1f8b9aa74c
commit
d7ed69200f
@@ -1,9 +1,11 @@
|
||||
From b40e89c190ec7c6b3b0116a3f7025ab13854398f Mon Sep 17 00:00:00 2001
|
||||
From fc042cfa496f37f2a859495ad281583f79af0044 Mon Sep 17 00:00:00 2001
|
||||
From: Tiago Medicci <tiago.medicci@espressif.com>
|
||||
Date: Wed, 13 Nov 2024 14:23:34 -0300
|
||||
Subject: [PATCH 08/10] declare struct timeval
|
||||
Subject: [PATCH 08/11] declare struct timeval
|
||||
|
||||
Otherwise, build will fail due to redefinition of _PyTime_FromTimeval
|
||||
|
||||
Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
|
||||
---
|
||||
Include/internal/pycore_time.h | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
Reference in New Issue
Block a user