-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
when compiling from source
In file included from /mnt/c/Users/xxx/AppData/Local/Temp/1309/sources/all.c:5:
/mnt/c/Users/xxx/AppData/Local/Temp/1309/sources/cosimulation.c:18: warning: "CALL" redefined
18 | #define CALL(f) do { const Status status = f; if (status != OK) return status; } while (false)
|
In file included from /mnt/c/Users/xxx/AppData/Local/Temp/1309/sources/all.c:3:
/mnt/c/Users/xxx/AppData/Local/Temp/1309/sources/fmi2Functions.c:178: note: this is the location of the previous definition
178 | #define CALL(f) do { \
|
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working