Skip to content
Snippets Groups Projects
Verified Commit 96969531 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Empty structs have different sizes in C and C++

parent b4595662
No related branches found
No related tags found
1 merge request!86Resolve "Build with Clang"
......@@ -87,6 +87,7 @@ typedef struct adm_job_resources* ADM_job_resources_t;
/** I/O stats from a job */
typedef struct {
// TODO: empty for now
uint32_t placeholder;
} ADM_job_stats_t;
/** The I/O requirements for a job */
......@@ -212,6 +213,7 @@ typedef struct adm_data_operation* ADM_data_operation_t;
/** A data operation status */
typedef struct {
// TODO: empty for now
uint32_t placeholder;
} ADM_data_operation_status_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment