Skip to content

Commit

Permalink
Avoid anonymous enum
Browse files Browse the repository at this point in the history
As reported by #230
  • Loading branch information
tbeu committed Jan 6, 2024
1 parent 85da9ba commit 6b0c1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matio.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ enum matio_compression
* @ingroup MAT
* matio lookup type
*/
enum
enum matio_lookup
{
MAT_BY_NAME = 1, /**< Lookup by name */
MAT_BY_INDEX = 2 /**< Lookup by index */
Expand Down

0 comments on commit 6b0c1f4

Please sign in to comment.