Skip to content

Commit 8262a54

Browse files
committed
added "pure" declaration of Ns_HexString()
1 parent 6f90a74 commit 8262a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ Ns_CtxSHAFinal(Ns_CtxSHA1 *ctx, unsigned char digest[20])
36673667

36683668
NS_EXTERN char *
36693669
Ns_HexString(const unsigned char *octets, char *outputBuffer, TCL_SIZE_T size, bool isUpper)
3670-
NS_GNUC_NONNULL(1) NS_GNUC_NONNULL(2);
3670+
NS_GNUC_NONNULL(1) NS_GNUC_NONNULL(2) NS_GNUC_PURE;
36713671

36723672
/*
36733673
* tclrequest.c:

0 commit comments

Comments
 (0)