We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317d9b2 commit 4c746aeCopy full SHA for 4c746ae
subprojects/packagefiles/fmt-10.2.0-gcc-bug.diff
@@ -1,5 +1,5 @@
1
diff --git a/meson.build b/meson.build
2
-index 45cd1d1..a3ff1e6 100644
+index 45cd1d1..c648181 100644
3
--- a/meson.build
4
+++ b/meson.build
5
@@ -1,7 +1,10 @@
@@ -14,3 +14,12 @@ index 45cd1d1..a3ff1e6 100644
14
if get_option('default_library') == 'shared'
15
fmt_private_cpp_args += ['-DFMT_LIB_EXPORT']
16
fmt_interface_cpp_args += ['-DFMT_SHARED']
17
+@@ -29,7 +32,7 @@ fmt_dep = declare_dependency(
18
+
19
+ fmt_header_only_dep = declare_dependency(
20
+ include_directories: 'include',
21
+- compile_args: '-DFMT_HEADER_ONLY',
22
++ compile_args: [cpp.get_supported_arguments('-Wno-tautological-compare'), '-DFMT_HEADER_ONLY'],
23
+ )
24
25
+ pkg_mod = import('pkgconfig')
0 commit comments