1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

Warning suppression

This commit is contained in:
Antonin Portelli 2020-11-17 11:19:51 +00:00
parent 2b9508c20f
commit 0cda9e20cd

View File

@ -102,7 +102,7 @@ DoubleModel CorrelatorModels::makeConstModel(void)
{ {
DoubleModel mod; DoubleModel mod;
mod.setFunction([](const double *x, const double *p __dumb) mod.setFunction([](const double *x __dumb, const double *p __dumb)
{ {
return p[0]; return p[0];
}, 1, 1); }, 1, 1);