We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89081e8 commit 6192203Copy full SHA for 6192203
tools/perf/util/setup.py
@@ -63,6 +63,8 @@ def finalize_options(self):
63
cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter', '-Wno-redundant-decls' ]
64
if cc_is_clang:
65
cflags += ["-Wno-unused-command-line-argument" ]
66
+ if clang_has_option("-Wno-cast-function-type-mismatch"):
67
+ cflags += ["-Wno-cast-function-type-mismatch" ]
68
else:
69
cflags += ['-Wno-cast-function-type' ]
70
0 commit comments