Skip to content
Snippets Groups Projects
Commit c83b583c authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Merge branch 'upstream-exodusII' into exodus-gcc-10-support

* upstream-exodusII:
  exodusII 2020-01-28 (d97eb08d)
parents 150cfd24 a9079bdc
No related branches found
No related tags found
No related merge requests found
......@@ -216,5 +216,5 @@ int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI
* Prevent warning in some versions of ranlib(1) because the object
* file has no symbols.
*/
const char exodus_unused_symbol_dummy_1;
const char exodus_unused_symbol_dummy_ex_create_par;
#endif
......@@ -459,5 +459,5 @@ int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float
* Prevent warning in some versions of ranlib(1) because the object
* file has no symbols.
*/
const char exodus_unused_symbol_dummy_1;
const char exodus_unused_symbol_dummy_ex_open_par;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment