diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 7f6ca997..64a68104 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -341,6 +341,7 @@ extern const unsigned FLAC__STREAM_METADATA_STREAMINFO_LENGTH; /* = 34 bytes */ * n/8 bytes total */ typedef struct { + int dummy; /* conceptually this is an empty struct since we don't store the padding bytes */ } FLAC__StreamMetaData_Padding; /*****************************************************************************