Cc: Liming Gao <liming....@intel.com>
Cc: Yonghong Zhu <yonghong....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a...@intel.com>
---
 BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c 
b/BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c
index eb6fba7..6b9b510 100644
--- a/BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c
+++ b/BaseTools/Source/C/VfrCompile/Pccts/support/set/set.c
@@ -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 {
-- 
1.9.5.msysgit.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to