Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721048
Collapse All | Expand All

(-)a/ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c (-1 / +1 lines)
Lines 614-618 int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI Link Here
614
 * Prevent warning in some versions of ranlib(1) because the object
614
 * Prevent warning in some versions of ranlib(1) because the object
615
 * file has no symbols.
615
 * file has no symbols.
616
 */
616
 */
617
const char exodus_unused_symbol_dummy_1;
617
const char exodus_unused_symbol_dummy_ex_create_par;
618
#endif
618
#endif
(-)a/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c (-1 / +1 lines)
Lines 474-478 int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float Link Here
474
 * Prevent warning in some versions of ranlib(1) because the object
474
 * Prevent warning in some versions of ranlib(1) because the object
475
 * file has no symbols.
475
 * file has no symbols.
476
 */
476
 */
477
const char exodus_unused_symbol_dummy_1;
477
const char exodus_unused_symbol_dummy_ex_open_par;
478
#endif
478
#endif

Return to bug 721048