metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
GNU General Public License v2.0
132 stars 36 forks source link

Unused variables #1074

Closed kylebaron closed 1 year ago

kylebaron commented 1 year ago
   datarecord.cpp:351:7: warning: variable 'start' set but not used [-Wunused-but-set-variable]
     int start = 0;
         ^
   datarecord.cpp:352:7: warning: variable 'end' set but not used [-Wunused-but-set-variable]
     int end = 0;
         ^