From 30769c2833e2623ca3442b509dafbd0f7160af90 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 27 Feb 2013 13:30:07 +0000 Subject: [PATCH] fix another warning in crypto.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11911 d7cf8633-e32d-0410-b094-e92efae38249 --- crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.c b/crypto.c index c0f195ec..cf7cc5f2 100644 --- a/crypto.c +++ b/crypto.c @@ -1040,7 +1040,7 @@ void Crypto_Init(void) return; } - Crypto_Rijndael_OpenLibrary(); // if this fails, it's uncritical + (void) Crypto_Rijndael_OpenLibrary(); // if this fails, it's uncritical Crypto_InitHostKeys(); } -- 2.39.2