Solved compiler warnings

This commit is contained in:
Ianos Gnatiuc
2005-10-22 02:45:18 +00:00
parent f559b54f6e
commit fb668729c2
28 changed files with 92 additions and 105 deletions

View File

@@ -86,7 +86,7 @@ public:
const ftn_addr& aka() const { return cfg.aka; }
int originno() const { return cfg.originno; }
Attr& attr() { return cfg.attr; }
bool ispacked() const { return cfg.attr.pkd(); }
bool ispacked() const { return make_bool(cfg.attr.pkd()); }
void packed(bool a) { cfg.attr.pkd(a); }
bool ascan() { return (bool)cfg.scan; }