Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
authorSteve Hay <SteveHay@planit.com>
Thu, 23 Jun 2005 09:18:37 +0000 (09:18 +0000)
committerSteve Hay <SteveHay@planit.com>
Thu, 23 Jun 2005 09:18:37 +0000 (09:18 +0000)
commit2534dd6e31cc0cf46c9012b51820cb53e717e775
tree3c79a2fd435452d07c813236bdac5d2ea7e48a15
parent8d3a710fc8101f114e42e18c7eae4598e4c21195
Silence bcc32 compiler warnings from win32/fcrypt.c (almost)

It still whines about 'in' and 'b' being assigned values that are
never used on lines 348 and 505 respectively (as side effects of the
calls to c2l and l2c respectively), but I'm not sure how to shut
them up.

p4raw-id: //depot/perl@24947
win32/fcrypt.c