1
1

cmake: Correctly detect support for __bounded__ attribute

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-08-16 17:45:56 +02:00
родитель 86d00f438c
Коммит 4104d2fb91

Просмотреть файл

@ -354,9 +354,6 @@ int main(void) {
return 0;
}" HAVE_COMPILER__FUNCTION__)
# Stop treating warnings as errors
unset(CMAKE_REQUIRED_FLAGS)
check_c_source_compiles("
#define ARRAY_LEN 16
void test_attr(const unsigned char *k)
@ -366,6 +363,9 @@ int main(void) {
return 0;
}" HAVE_GCC_BOUNDED_ATTRIBUTE)
# Stop treating warnings as errors
unset(CMAKE_REQUIRED_FLAGS)
if (WITH_DEBUG_CRYPTO)
set(DEBUG_CRYPTO 1)
endif (WITH_DEBUG_CRYPTO)