Skip to content

Commit

Permalink
Correct warnings on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Drezen committed May 13, 2015
1 parent 0d74e7f commit 43b81ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatb-core/src/gatb/tools/misc/impl/Histogram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class HistogramNull : public IHistogram, public system::SmartPointer
void inc (u_int16_t index) {}

/** \copydoc IHistogram::save */
void save () {}
void save (tools::storage::impl::Group& group) {}

/** \copydoc IHistogram::get_solid_cutoff */
u_int16_t get_solid_cutoff () { return 0; }
Expand Down
2 changes: 1 addition & 1 deletion gatb-core/src/gatb/tools/misc/impl/OptionsParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class Option : public OptionsParser
bool _mandatory;
std::string _defaultParam;

friend class ParserVisitor;
friend struct ParserVisitor;
friend class OptionsHelpVisitor;
};

Expand Down

0 comments on commit 43b81ba

Please sign in to comment.