Skip to content

Commit be4656b

Browse files
committed
FIX: warning: non-void function does not return a value
1 parent 05f7f97 commit be4656b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/n-crypt.c

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ static mbedtls_ctr_drbg_context ctr_drbg;
212212
{
213213
#ifndef INCLUDE_RC4
214214
Trap0(RE_FEATURE_NA);
215+
return R_UNSET; // just to silent a warning
215216
#else
216217
REBOOL ref_key = D_REF(1);
217218
REBVAL *val_crypt_key = D_ARG(2);

0 commit comments

Comments
 (0)