Skip to content

Commit

Permalink
Notify compiler that cryptoErrorCode() does not return.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed May 24, 2019
1 parent 01f3024 commit 707e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/crypto/common.h
Expand Up @@ -36,7 +36,7 @@ void cryptoInit(void);
bool cryptoIsInit(void); bool cryptoIsInit(void);


void cryptoError(bool error, const char *description); void cryptoError(bool error, const char *description);
void cryptoErrorCode(unsigned long code, const char *description); void cryptoErrorCode(unsigned long code, const char *description) __attribute__((__noreturn__));


CipherType cipherType(const String *name); CipherType cipherType(const String *name);
const String *cipherTypeName(CipherType type); const String *cipherTypeName(CipherType type);
Expand Down

0 comments on commit 707e4a2

Please sign in to comment.