Skip to content

Commit

Permalink
Fix compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Mar 11, 2020
1 parent f1483d8 commit 29102b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/common/StringConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ cali::StringConverter::rec_dict(bool *okptr) const
*okptr = !error;

return ret;
}
}
4 changes: 0 additions & 4 deletions src/reader/Aggregator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,6 @@ class AnyKernel : public AggregateKernel {
static AggregateKernelConfig* create(const std::vector<std::string>& cfg) {
return new Config(cfg.front(), false);
}

static AggregateKernelConfig* create_inclusive(const std::vector<std::string>& cfg) {
return new Config(cfg.front(), true);
}
};

AnyKernel(Config* config)
Expand Down

0 comments on commit 29102b6

Please sign in to comment.