Skip to content

Commit 2323140

Browse files
committed
Update to use C99 instead of C11 because of lack of SGX support
1 parent ec6c705 commit 2323140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/LINUX-SGX/sgx_t_static.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
115115
endif
116116

117117

118-
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
118+
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
119119
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Include_Paths) -fno-builtin-printf -I.
120120
Wolfssl_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)
121121

0 commit comments

Comments
 (0)