diff options
author | Ben Laurie <ben@links.org> | 2015-04-19 15:10:54 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2015-05-01 18:46:17 +0200 |
commit | 190c8c60c11467424910605d8d0098ccc1168fdc (patch) | |
tree | c8d603555c4398e81f6ee6202bbcedbece817da9 /Configurations | |
parent | Use BN_ULONG format. (diff) | |
download | openssl-190c8c60c11467424910605d8d0098ccc1168fdc.tar.xz openssl-190c8c60c11467424910605d8d0098ccc1168fdc.zip |
Fix build on MacOS.
Reviewed-by: Andy Polyakov
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/10-main.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 025bd86ac7..372080cf7e 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -641,14 +641,7 @@ "linux-x86_64-clang" => { inherit_from => [ "linux-x86_64" ], cc => "clang", - # TODO(openssl-team): fix problems and investigate if (at least) the - # following warnings can also be enabled: - # -Wconditional-uninitialized, -Wswitch-enum, -Wunused-macros, - # -Wmissing-field-initializers, -Wmissing-variable-declarations, - # -Wincompatible-pointer-types-discards-qualifiers, -Wcast-align, - # -Wunreachable-code -Wunused-parameter -Wlanguage-extension-token - # -Wextended-offsetof - cflags => "-m64 -DL_ENDIAN -Wall -Wextra $clang_disabled_warnings -Qunused-arguments", + cflags => "-m64 -DL_ENDIAN -Wall -Wextra -Qunused-arguments", }, "linux-x32" => { inherit_from => [ "linux-generic32", asm("x86_64_asm") ], |