summaryrefslogtreecommitdiff
path: root/base/meson.build
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
commit7dd49c6293172b494c78918507242cdb55d35137 (patch)
tree9c8ab822ab9501a5ea2f937e609144e00ea091c4 /base/meson.build
parentfc4547b412e28164af1bf8981234c6af959ccc0b (diff)
WIP
Diffstat (limited to 'base/meson.build')
-rw-r--r--base/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/meson.build b/base/meson.build
index 71faace..7668487 100644
--- a/base/meson.build
+++ b/base/meson.build
@@ -8,7 +8,6 @@ if cpp.compiles('''int foo() {
return 0;
}''', name: 'C++20 unlikely attribute')
cpp_flags += '-DHAVE_ATTRIBUTE_UNLIKELY'
- cpp_flags += '-Wno-c++20-attribute-extensions'
endif
inc = include_directories('inc')