Skip to content

Commit 8d9f96c

Browse files
authored
Fix compilation issue with newer GCC version (PR #7)
2 parents 49c012d + 071ef8b commit 8d9f96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmk/libmk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef struct LibMK_Device {
145145

146146

147147
/** @brief Array of strings representing the supported models */
148-
const char* LIBMK_MODEL_STRINGS[];
148+
extern const char* LIBMK_MODEL_STRINGS[];
149149

150150
/** @brief Struct describing an opened supported device
151151
*

0 commit comments

Comments
 (0)