You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Not passing all FMIL C-flags to expat. We're using C89 and they C99,
which prevented compilation. We should regardless let expat set their
flags internal flags and not override them with ours.
2. XML_STATIC is only exposed in the public header for expat. So only
needs to be set when we're compiling any library that users that
header, i.e. fmixml. Not when compiling expat.
3. Removed FMI_XML_QUERY because it seems unused.
0 commit comments