diff --git a/meson.build b/meson.build
index dd88eea..16f1c6f 100644
--- a/meson.build
+++ b/meson.build
@@ -75,8 +75,7 @@ if cc.get_id() == 'gcc'
     # passing on ARM platforms. This generates a large number of messages
     # during compilation with gcc >=7.1 until gcc 9. Silence them.
     if (host_machine.cpu_family() == 'arm' and
-        cc.version().version_compare('>=7.1') and
-        cc.version().version_compare('<9'))
+        cc.version().version_compare('>=7.1'))
         cpp_arguments += [
             '-Wno-psabi',
         ]
