Commit 0da784f
Fix compiling under Linux
Under linux, using both gcc and clang, a clash between the macro smooth defined in include/omc/c/openmodelica.h and the Qt function smooth defined in qt5/QtQuick/qquickitem.h Since we do not use smooth in either way in OMEdit, we undefine the macro.1 parent c8fb556 commit 0da784f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments