summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 1665946d85..5ffc18c535 100644
--- a/meson.build
+++ b/meson.build
@@ -265,11 +265,6 @@ if not openssl.found() or get_option('b_sanitize') != 'none'
)
openssl = openssl_proj.get_variable('openssl_dep')
openssl = openssl.as_system('system')
-else
- # When we build openssl as a subproject, the warnings analyzer starts
- # flagging all the C macros as old style casts, so only enable the
- # warning for non subprojects.
- add_project_arguments('-Wold-style-cast', language: 'cpp')
endif
bmcweb_dependencies += [openssl]