mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
8230d45bba
commit
00de920a03
|
@ -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.");
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue