--- pgp/src/zglobals.c 2018/04/24 16:38:41 1.1.1.2 +++ pgp/src/zglobals.c 2018/04/24 16:39:23 1.1.1.3 @@ -18,4 +18,4 @@ /* Argument processing globals */ int method = BEST; /* one of BEST, DEFLATE (only), or STORE (only) */ int level = 5; /* 0=fastest compression, 9=best compression */ -char *special = NULL; /* List of special suffixes */ +char *special = (char *)NULL; /* List of special suffixes */