Skip to content

Commit

Permalink
Fix signed/unsigned warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Oct 31, 2016
1 parent 0e5d834 commit e5fc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symtabAPI/h/Function.h
Expand Up @@ -200,7 +200,7 @@ class SYMTAB_EXPORT InlinedFunction : public FunctionBase
virtual unsigned getSize() const;
void setFile(std::string filename);
private:
int callsite_file_number;
size_t callsite_file_number;
Dyninst::Offset callsite_line;
std::string name_;
Module* module_;
Expand Down

0 comments on commit e5fc00d

Please sign in to comment.