mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/gcc: fix check-package
Commit dcaf6e75a (package/gcc: pass -Wno-error to debug builds) introduced non-ASCII characters in a comment, copy-pasted from a terminal output. check-package does not like non-ASCII characters, and whines about them. Replace the fancy quotes by standard ASCII ones. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
75021e0ceb
commit
2a6003ddd5
@ -100,7 +100,7 @@ HOST_GCC_COMMON_CONF_ENV = \
|
|||||||
GCC_COMMON_TARGET_CFLAGS = $(TARGET_CFLAGS)
|
GCC_COMMON_TARGET_CFLAGS = $(TARGET_CFLAGS)
|
||||||
GCC_COMMON_TARGET_CXXFLAGS = $(TARGET_CXXFLAGS)
|
GCC_COMMON_TARGET_CXXFLAGS = $(TARGET_CXXFLAGS)
|
||||||
|
|
||||||
# used to fix ../../../../libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: ‘st.st_mode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
|
# used to fix ../../../../libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: 'st.st_mode' may be used uninitialized in this function [-Werror=maybe-uninitialized]
|
||||||
ifeq ($(BR2_ENABLE_DEBUG),y)
|
ifeq ($(BR2_ENABLE_DEBUG),y)
|
||||||
GCC_COMMON_TARGET_CFLAGS += -Wno-error
|
GCC_COMMON_TARGET_CFLAGS += -Wno-error
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user