Fix: lint complained about ptr->void* conversions

This commit is contained in:
ceriel 1992-12-17 11:18:38 +00:00
parent 5ad7b5b5ab
commit 77fdce183a

View File

@ -334,6 +334,9 @@ lint_ptr_conv(from, to)
if (from == to)
return;
if (to == VOID)
return;
if (to == CHAR)
return;