[tracker: 13/14] meson: Do not disable sign-compare warnings
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 13/14] meson: Do not disable sign-compare warnings
- Date: Sat, 8 May 2021 17:25:48 +0000 (UTC)
commit dec152e840ea39041a6afe09640921685657b262
Author: Daniele Nicolodi <daniele grinta net>
Date: Sun May 2 14:51:25 2021 +0200
meson: Do not disable sign-compare warnings
Now that all occurrences have been fixed, we can enable this again.
meson.build | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4968ff4b0..44e8fbbfc 100644
--- a/meson.build
+++ b/meson.build
@@ -86,9 +86,6 @@ cc_warning_flags = [
'-Werror=switch',
# Too many warnings in libtracker-data/tracker-sparql-grammar.h
'-Wno-tautological-constant-out-of-range-compare',
- # Similarly there are many instances of guint vs. int comparisons.
- # There would be easy but tedious to fix.
- '-Wno-sign-compare',
# This probably deserves a better look.
'-Wno-missing-field-initializers',
# Too many unused parameters in tests. Disabling this warning only
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]