summaryrefslogtreecommitdiff
path: root/tools/meson.build
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-09-16 16:20:44 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-09-19 19:24:38 +0300
commitbfeeae4de951712e9e00f681d582c6bd7f40dcd6 (patch)
tree6ea16e9e3bfbe044419e58101e09723eabbeb698 /tools/meson.build
parent97058e38d897ef351b9d8a49eaefc515244c438f (diff)
tools: Get rid of -Wno-sign-compare
Fix the sign comparison warnings by changing some types, and using a few casts. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tools/meson.build')
-rw-r--r--tools/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/meson.build b/tools/meson.build
index b4621abb..3df33385 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -17,7 +17,6 @@ if with_tools
],
c_args : [
'-Wno-unused-parameter',
- '-Wno-sign-compare',
],
install : true)
@@ -81,7 +80,6 @@ if with_backlight_helper
install_mode : [ 'rws--x--x', 'root', 'root' ],
c_args : [
'-DMAJOR_IN_SYSMACROS',
- '-Wno-sign-compare',
],
install : true)