Skip to content
Snippets Groups Projects
Commit 1bdfd054 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'exodus-gcc-10-support' into paraview/release


c83b583c Merge branch 'upstream-exodusII' into exodus-gcc-10-support
a9079bdc exodusII 2020-01-28 (d97eb08d)
150cfd24 exodusII: update for a GCC10 fix

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6420
parents 9516c4d8 c83b583c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ readonly name="exodusII"
readonly ownership="Seacas Upstream <kwrobot@kitware.com>"
readonly subtree="ThirdParty/$name/vtk$name"
readonly repo="https://gitlab.kitware.com/third-party/seacas.git"
readonly tag="for/vtk-20191230-7.24f-v2019-12-18"
readonly tag="for/vtk-20200128-7.24f-v2019-12-18"
readonly paths="
packages/seacas/libraries/exodus/CMakeLists.vtk.txt
packages/seacas/libraries/exodus/cmake/exodus_config.h.in
......
......@@ -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