diff options
author | Zhichao Gao <zhichao.gao@intel.com> | 2019-04-24 11:26:00 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-04-28 10:54:27 +0800 |
commit | 7eef381378b7b1f50c9a0f98b786ea3c71ec0a8c (patch) | |
tree | 6573cd908cf1ddf186a780621075cb1768dbad43 /BaseTools/Source/Python | |
parent | c17e4a2f537187e33283434393d317747e5671a4 (diff) | |
download | edk2-7eef381378b7b1f50c9a0f98b786ea3c71ec0a8c.zip edk2-7eef381378b7b1f50c9a0f98b786ea3c71ec0a8c.tar.gz edk2-7eef381378b7b1f50c9a0f98b786ea3c71ec0a8c.tar.bz2 |
MdePkg/UefiDebugLibDebugPortProtocol: make global variable static
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1740
Add a 'static' storage-class specifier to the global variables
that only used in a single file to minimize the name collisions.
This is only for the variable named 'mExitBootServicesEvent'.
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions