From f1002f8582c0df6dd1e33b68ad346653b0a39d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 25 Mar 2015 16:44:26 +0100 Subject: [PATCH] Fix issue with armcc test in all.sh --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 1151d70b30..c083924b78 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -179,6 +179,7 @@ scripts/config.pl unset POLARSSL_TIMING_C scripts/config.pl unset POLARSSL_FS_IO scripts/config.pl unset POLARSSL_HAVE_TIME # following things are not in the default config +scripts/config.pl unset POLARSSL_DEPRECATED_WARNING scripts/config.pl unset POLARSSL_HAVEGE_C # depends on timing.c scripts/config.pl unset POLARSSL_THREADING_PTHREAD scripts/config.pl unset POLARSSL_THREADING_C