drivers, examples: Don't use -Wno-pointer-sign and fix relative errors

This commit is contained in:
Marco Trevisan (Treviño)
2019-12-03 19:36:26 +01:00
parent a29586f398
commit e7c7f368c9
5 changed files with 5 additions and 6 deletions

View File

@@ -31,7 +31,6 @@ common_cflags = cc.get_supported_arguments([
'-Wunused',
'-Wstrict-prototypes',
'-Werror-implicit-function-declaration',
'-Wno-pointer-sign',
'-Wshadow',
'-DGLIB_VERSION_MIN_REQUIRED=' + glib_version_def,
'-DGLIB_VERSION_MAX_ALLOWED=' + glib_version_def,