Skip to content
Snippets Groups Projects
Commit c0a01404 authored by Duncan Mortimer's avatar Duncan Mortimer
Browse files

Silence unused objects warnings - unknown consequences of removing them

parent 9fac6214
No related branches found
No related tags found
No related merge requests found
......@@ -157,8 +157,8 @@ namespace Melodic{
double datastdev;
private:
MelodicOptions &opts;
Log &logger; //global log file
__attribute__((unused)) MelodicOptions &opts;
__attribute__((unused)) Log &logger; //global log file
//Log mainhtml;
......
......@@ -46,7 +46,7 @@ namespace Melodic{
MelodicData &melodat;
MelodicOptions &opts;
Log &logger;
MelodicReport &report;
__attribute__((unused)) MelodicReport &report;
int pcadim();
};
......
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