Squash using #if 0 a longstanding TODO to avoid warnings
commit44b2d685367a2f9b11e5fea4bfe098b4c22f556f
authorAndrew Bartlett <abartlet@samba.org>
Thu, 28 May 2020 14:12:08 +0000 (29 02:12 +1200)
committerJeffrey Altman <jaltman@auristor.com>
Thu, 28 May 2020 15:10:57 +0000 (28 11:10 -0400)
tree230444671bfef8a7bb43a6e3188bb5766826e6f5
parentbf3c4219fe01c50edbc19361592b6846d132e306
Squash using #if 0 a longstanding TODO to avoid warnings

Seen on Ubuntu 18.04 with
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
giving:

test_cipher.c: In function ‘test_cipher’:
test_cipher.c:299:19: error: suggest braces around empty body in an ‘if’ statement [-Werror=empty-body]
  /* XXXX check  */;
                   ^
cc1: all warnings being treated as errors

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
lib/hcrypto/test_cipher.c