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
|
@ -382,9 +382,9 @@ protected:
|
|||
///
|
||||
/// A subset of all variables can be declared by specifying a category,
|
||||
/// 0 for parameters, -1 for everything.
|
||||
/// \param scope is the given Scope
|
||||
/// \param symScope is the given Scope
|
||||
/// \param cat is the category of variable to declare
|
||||
virtual bool emitScopeVarDecls(const Scope *scope,int4 cat)=0;
|
||||
virtual bool emitScopeVarDecls(const Scope *symScope,int4 cat)=0;
|
||||
|
||||
/// \brief Emit a full expression
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue