mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 22:56:40 +08:00
Use -Wno-pointer-sign
Pointer sign warnings are quite common in FreeBSD code.
This commit is contained in:
@@ -164,7 +164,8 @@ def commonFlags():
|
||||
|
||||
def commonWarnings():
|
||||
return ['-Wall',
|
||||
'-Wno-format']
|
||||
'-Wno-format',
|
||||
'-Wno-pointer-sign']
|
||||
|
||||
def commonNoWarnings():
|
||||
return ['-w']
|
||||
|
Reference in New Issue
Block a user