Skip to content
Snippets Groups Projects
Commit 971f0c06 authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

int_lib(): remove attribute(const)

Oddly this prototype, for an empty function, breaks clang on macOS.

init_lib        (void) __attribute__((const));
parent 48baa251
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -55,7 +55,7 @@ extern bool authusekey (keyid_t, int, const uint8_t *);
extern const char *clockname (int);
extern int clocktime (int, int, int, int, int, uint32_t, uint32_t *, uint32_t *);
extern void init_auth (void);
extern void init_lib (void) __attribute__((const));
extern void init_lib (void);
extern void init_network (void);
extern void auth_moremem (int);
extern void auth_prealloc_symkeys(int);
......
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