We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6c705 commit 2323140Copy full SHA for 2323140
1 file changed
IDE/LINUX-SGX/sgx_t_static.mk
@@ -115,7 +115,7 @@ ifeq ($(HAVE_WOLFSSL_SP), 1)
115
endif
116
117
118
-Flags_Just_For_C := -Wno-implicit-function-declaration -std=c11
+Flags_Just_For_C := -Wno-implicit-function-declaration -std=c99
119
Common_C_Cpp_Flags := $(SGX_COMMON_CFLAGS) -nostdinc -fvisibility=hidden -fpie -fstack-protector $(Wolfssl_Include_Paths) -fno-builtin-printf -I.
120
Wolfssl_C_Flags := $(Flags_Just_For_C) $(Common_C_Cpp_Flags) $(Wolfssl_C_Extra_Flags)
121
0 commit comments