summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/GenDepex
diff options
context:
space:
mode:
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 06:16:49 +0000
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-08 06:16:49 +0000
commit9776330c426eb74613f3533715278d83add3b4a6 (patch)
tree3146bbb83cd10fadf6f4311c9811e7b1a9bbc370 /Tools/Source/TianoTools/GenDepex
parent1a809263b7089a5f73b0baa94f5fd9d28cb895fc (diff)
downloadedk2-platforms-9776330c426eb74613f3533715278d83add3b4a6.tar.xz
Remove warning message in MAC GCC tool build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1212 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/GenDepex')
-rw-r--r--Tools/Source/TianoTools/GenDepex/GenDepex.c2
-rw-r--r--Tools/Source/TianoTools/GenDepex/build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/GenDepex.c b/Tools/Source/TianoTools/GenDepex/GenDepex.c
index 67ffcd2443..3adde2c1fc 100644
--- a/Tools/Source/TianoTools/GenDepex/GenDepex.c
+++ b/Tools/Source/TianoTools/GenDepex/GenDepex.c
@@ -209,7 +209,7 @@ EFI_STATUS
GenerateDependencyExpression (
IN FILE *InFile,
IN OUT FILE *OutFile,
- IN UINT8 Padding OPTIONAL
+ IN INT8 Padding OPTIONAL
)
/*++
diff --git a/Tools/Source/TianoTools/GenDepex/build.xml b/Tools/Source/TianoTools/GenDepex/build.xml
index 3878b4a97f..16ea68a065 100644
--- a/Tools/Source/TianoTools/GenDepex/build.xml
+++ b/Tools/Source/TianoTools/GenDepex/build.xml
@@ -39,7 +39,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outtype="executable"
debug="false"
optimize="speed">
-
+ <compilerarg value="${ExtraArgus}" />
<fileset dir="${basedir}/${ToolName}"
includes="${FileSet}" />