From 4488458ed8d531d59635eeb706c2a3b69939fa87 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 25 Jan 2015 05:32:45 +0000 Subject: [PATCH] Reactivate check_attribute_alloc_size Fixes: c8022a100183bdb214f160b7ead44e68c9a504c3 ("Abstract socket array/sockaddr dispatch") --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index c8f5442c1..022ab32b9 100644 --- a/SConstruct +++ b/SConstruct @@ -394,6 +394,7 @@ help:assume compiler supports __attribute__((always_inline)) macro_name = '__attribute_always_inline()' macro_value = '__attribute__((__always_inline__))' self._check_macro(context,macro_name=macro_name,macro_value=macro_value,test=macro_name + 'static inline void a(){}', main='a();', msg='for function __attribute__((always_inline))') + @_custom_test def check_attribute_alloc_size(self,context): """ help:assume compiler supports __attribute__((alloc_size))