summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
diff options
context:
space:
mode:
authorMichael Sartain <mikesart@valvesoftware.com>2013-08-26 17:07:34 +0000
committerMichael Sartain <mikesart@valvesoftware.com>2013-08-26 17:07:34 +0000
commit0b5e5f438d87f5309694b22f2d2fefe2b0db1fca (patch)
treee1a0fa4253479dfb422c71a4c37f1a60b010a2d7 /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
parentd489b7c48f0d3ab8cf0a52e7c47ecf3709bce023 (diff)
downloadbcm5719-llvm-0b5e5f438d87f5309694b22f2d2fefe2b0db1fca.tar.gz
bcm5719-llvm-0b5e5f438d87f5309694b22f2d2fefe2b0db1fca.zip
unused variable, typedef requires name warning cleanup
llvm-svn: 189231
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h')
-rw-r--r--lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
index 6511f06c19a..e4809836035 100644
--- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
+++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
@@ -240,7 +240,7 @@ protected:
uint32_t address_of_functions;
uint32_t address_of_names;
uint32_t address_of_name_ordinals;
- };
+ } export_directory_entry;
bool ParseDOSHeader ();
bool ParseCOFFHeader (lldb::offset_t *offset_ptr);
OpenPOWER on IntegriCloud