Quelled some compiler compliants.
This commit is contained in:
parent
c8c162308d
commit
0dfb7a091c
2 changed files with 8 additions and 0 deletions
|
@ -209,6 +209,8 @@ namespace NLGUI
|
|||
}
|
||||
|
||||
nlassert(false);
|
||||
|
||||
return "";
|
||||
}
|
||||
else
|
||||
if( name == "align" )
|
||||
|
@ -229,6 +231,8 @@ namespace NLGUI
|
|||
}
|
||||
|
||||
nlassert(false);
|
||||
|
||||
return "";
|
||||
}
|
||||
else
|
||||
if( name == "space" )
|
||||
|
|
|
@ -89,6 +89,8 @@ namespace NLGUI
|
|||
}
|
||||
|
||||
nlassert(false);
|
||||
|
||||
return "";
|
||||
}
|
||||
else
|
||||
if( name == "valign" )
|
||||
|
@ -106,6 +108,8 @@ namespace NLGUI
|
|||
}
|
||||
|
||||
nlassert(false);
|
||||
|
||||
return "";
|
||||
}
|
||||
else
|
||||
if( name == "left_margin" )
|
||||
|
|
Loading…
Reference in a new issue