nlmixr2 / nonmem2rx

nonmem2rx
https://nlmixr2.github.io/nonmem2rx/
9 stars 0 forks source link

LTO #136

Closed mattfidler closed 1 year ago

mattfidler commented 1 year ago
abbrev.c:120:6: warning: type of 'nonmem2rxPushTheta' does not match original declaration [-Wlto-type-mismatch]
  120 | SEXP nonmem2rxPushTheta(const char *ini, const char *comment, const char *label);
      |      ^
util.cpp:44:17: note: type mismatch in parameter 4
   44 | extern "C" SEXP nonmem2rxPushTheta(const char *ini, const char *comment, const char *label, int nargs) {
      |                 ^
util.cpp:44:17: note: type 'int' should match type 'void'
util.cpp:44:17: note: 'nonmem2rxPushTheta' was previously declared here
mattfidler commented 1 year ago

Should be closed by 2e746a5