summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorHeyi Guo <heyi.guo@linaro.org>2016-12-15 14:49:47 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2016-12-20 11:13:23 +0800
commit00de920a0339e78824cdb9015f66c5a98644e0b6 (patch)
tree494298b44eb222fb1a29501ed4e2f62ae99c5f94 /BaseTools
parent8230d45bba517d78c20634425587efeb6fa14d7c (diff)
downloadedk2-00de920a0339e78824cdb9015f66c5a98644e0b6.zip
edk2-00de920a0339e78824cdb9015f66c5a98644e0b6.tar.gz
edk2-00de920a0339e78824cdb9015f66c5a98644e0b6.tar.bz2
BaseTools: fix write-strings build warnings
Fix build warnings of "deprecated conversion from string constant to ?CHAR8* {aka char*}? [-Wwrite-strings]" for BaseTools, while using "gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)". Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
index ec73529..2be0c38 100644
--- a/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
+++ b/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
@@ -1365,7 +1365,7 @@ CIfrRecordInfoDB::IfrUpdateRecordInfoForDynamicOpcode (
// Base on the original offset info to update the record list.
//
if (!IfrAdjustDynamicOpcodeInRecords(CreateOpcodeAfterParsingVfr)) {
- gCVfrErrorHandle.PrintMsg (0, "Error", "Can not find the adjust offset in the record.");
+ gCVfrErrorHandle.PrintMsg (0, (CHAR8 *)"Error", (CHAR8 *)"Can not find the adjust offset in the record.");
}
//