Fix -Wformat warnings by using the correct format qualifiers

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-05 01:12:58 +00:00
parent 35028a6e30
commit b20e9c5f4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291832

View File

@ -186,7 +186,7 @@ FILE *d;
fprintf(d, ">");
break;
default:
fprintf(d, "!%d(%d)!", OP(*s), opnd);
fprintf(d, "!%ld(%ld)!", OP(*s), (long)opnd);
break;
}
if (!done)