Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d8477705 authored by gsell's avatar gsell
Browse files

opt-pilot: Clang warnings/errors fixed

parent be26000d
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,19 @@ private:
// define a mapping to arguments in argument vector
boost::tuple<std::string, int> argument_types;
// :FIXME: remove unused enum
#if 0
enum {
peak_filename
, turn_number
} argument_type_id;
#endif
};
#endif
// vi: set et ts=4 sw=4 sts=4:
// Local Variables:
// mode:c
// c-basic-offset: 4
// indent-tabs-mode:nil
// End:
......@@ -85,12 +85,14 @@ private:
// define a mapping to arguments in argument vector
boost::tuple<std::string, std::string, std::string> argument_types;
// :FIXME: unused enum
#if 0
enum {
measurement_filename
, var_name
, stat_filename
} argument_type_id;
#endif
};
#endif
......@@ -79,13 +79,21 @@ private:
// define a mapping to arguments in argument vector
boost::tuple<std::string, std::string, int, int> argument_types;
// :FIXME: remove unused enum
#if 0
enum {
meas_filename
, sim_filename
, begin
, end
} argument_type_id;
#endif
};
#endif
// vi: set et ts=4 sw=4 sts=4:
// Local Variables:
// mode:c
// c-basic-offset: 4
// indent-tabs-mode:nil
// End:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment