BaseTools/Pccts: Resolve GCC sting format mismatch build warning

https://bugzilla.tianocore.org/show_bug.cgi?id=282

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Hao Wu 2016-12-22 09:17:27 +08:00
parent a3850a1b45
commit 0a64f49fde
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ register char *s;
static set a;
register unsigned *p, *endp;
set_new(a, strlen(s));
set_new(a, (unsigned) strlen(s));
p = a.setword;
endp = &(a.setword[a.n]);
do {