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:
Kinsey Moore
2026-02-09 17:23:00 +00:00
committed by Gedare Bloom
parent ef52cb5fbc
commit be2cd3b761
+1
View File
@@ -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: []