mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Adjustments to get rid of some compiler warnings
This commit is contained in:
parent
22769f2234
commit
41d0be6b95
31 changed files with 317 additions and 326 deletions
|
@ -101,8 +101,8 @@ void PrintJava::pushTypeStart(const Datatype *ct,bool noident)
|
|||
|
||||
if (ct->getName().size()==0) { // Check for anonymous type
|
||||
// We could support a struct or enum declaration here
|
||||
string name = genericTypeName(ct);
|
||||
pushAtom(Atom(name,typetoken,EmitXml::type_color,ct));
|
||||
string nm = genericTypeName(ct);
|
||||
pushAtom(Atom(nm,typetoken,EmitXml::type_color,ct));
|
||||
}
|
||||
else {
|
||||
pushAtom(Atom(ct->getName(),typetoken,EmitXml::type_color,ct));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue