mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 10:08:16 +08:00
spec/jffs2: Remove sign comparison checks
Resolving warnings on 3rd-party code can be invasive and will make it harder to bring in updates from upstream. For issues outside -Wall, disable the warning for this piece of code instead.
This commit is contained in:
committed by
Gedare Bloom
parent
ef52cb5fbc
commit
be2cd3b761
@@ -2,6 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: objects
|
||||
cflags:
|
||||
- -Wno-pointer-sign
|
||||
- -Wno-sign-compare
|
||||
copyrights:
|
||||
- Copyright (C) 2025 On-Line Applications Research (OAR) Corporation
|
||||
cppflags: []
|
||||
|
||||
Reference in New Issue
Block a user