Skip to content

Commit 92f8d61

Browse files
authored
Merge pull request #458 from billphipps/sgx_c99_fix
Update makefile to use C99 instead of C11
2 parents 7e268ba + 9b26031 commit 92f8d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SGX_Linux/sgx_t.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
6666
-DWOLFSSL_HAVE_SP_ECC
6767
endif
6868

69-
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
69+
Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
7070
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Enclave_Include_Paths)-fno-builtin -fno-builtin-printf -I.
7171
Wolfssl_Enclave_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)
7272

0 commit comments

Comments
 (0)