generator: Fix compilation warnings
This commit is contained in:
parent
4d19e5ac2a
commit
482dec1900
2 changed files with 1 additions and 2 deletions
|
@ -107,7 +107,7 @@ namespace GtkSharp.Generation {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected new void GenEqualsAndHash (StreamWriter sw)
|
protected void GenEqualsAndHash (StreamWriter sw)
|
||||||
{
|
{
|
||||||
int bitfields = 0;
|
int bitfields = 0;
|
||||||
bool need_field = true;
|
bool need_field = true;
|
||||||
|
|
|
@ -73,7 +73,6 @@ namespace GtkSharp.Generation {
|
||||||
public string EqualityName {
|
public string EqualityName {
|
||||||
get {
|
get {
|
||||||
SymbolTable table = SymbolTable.Table;
|
SymbolTable table = SymbolTable.Table;
|
||||||
string wrapped = table.GetCSType (CType);
|
|
||||||
string wrapped_name = SymbolTable.Table.MangleName (CName);
|
string wrapped_name = SymbolTable.Table.MangleName (CName);
|
||||||
IGeneratable gen = table [CType];
|
IGeneratable gen = table [CType];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue