diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-27 17:20:12 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-27 17:20:12 +0900 |
commit | 09b92c34460b1f05dcea435bca10a0f1c99e9285 (patch) | |
tree | 919339f104c07c73394b04ffdda580f44a2ea1d7 /Source/CTest/cmCTestBZR.cxx | |
parent | db519432fbbf7425b99f72f419d2c70778727a56 (diff) | |
download | cmake-09b92c34460b1f05dcea435bca10a0f1c99e9285.tar.gz cmake-09b92c34460b1f05dcea435bca10a0f1c99e9285.tar.bz2 cmake-09b92c34460b1f05dcea435bca10a0f1c99e9285.zip |
Imported Upstream version 3.23.0upstream/3.23.0
Diffstat (limited to 'Source/CTest/cmCTestBZR.cxx')
-rw-r--r-- | Source/CTest/cmCTestBZR.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestBZR.cxx b/Source/CTest/cmCTestBZR.cxx index a35343549..0fe4ff45e 100644 --- a/Source/CTest/cmCTestBZR.cxx +++ b/Source/CTest/cmCTestBZR.cxx @@ -20,9 +20,9 @@ #include "cmSystemTools.h" #include "cmXMLParser.h" -extern "C" int cmBZRXMLParserUnknownEncodingHandler(void* /*unused*/, - const XML_Char* name, - XML_Encoding* info) +static int cmBZRXMLParserUnknownEncodingHandler(void* /*unused*/, + const XML_Char* name, + XML_Encoding* info) { static const int latin1[] = { 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, 0x0008, |