Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
In file included from server-10.9/storage/maria/ma_open.c:27:
|
server-10.9/storage/maria/s3_func.h:144:24: error: redefinition of typedef 'S3_INFO' is a C11 feature [-Werror,-Wtypedef-redefinition]
|
typedef struct s3_info S3_INFO;
|
^
|
server-10.9/storage/maria/maria_def.h:170:24: note: previous definition is here
|
typedef struct s3_info S3_INFO;
|
Running make with the option VERBOSE=1 shows that compiler is invoked with the option -std=gnu99 that is the reason of the above compilation failure.