Skip to content

Build fails half-way through #82

@lipnikov

Description

@lipnikov

../build-tpls/build/tpls/mstk/mstk-3.0.5-source/src/base/Mesh.c:852:44: warning: comparison of constant 10 with expression of type 'RepType' is always true [-Wtautological-constant-out-of-range-compare]
if (mesh->reptype >= R1 && mesh->reptype <= MSTK_MAXREP)
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
../build-tpls/build/tpls/mstk/mstk-3.0.5-source/src/base/Mesh.c:2035:44: warning: comparison of constant 10 with expression of type 'RepType' is always true [-Wtautological-constant-out-of-range-compare]
if (mesh->reptype >= R1 && mesh->reptype <= MSTK_MAXREP)
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
../build-tpls/build/tpls/mstk/mstk-3.0.5-source/src/base/Mesh.c:2051:44: warning: comparison of constant 10 with expression of type 'RepType' is always true [-Wtautological-constant-out-of-range-compare]
if (mesh->reptype >= R1 && mesh->reptype <= MSTK_MAXREP)
~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
../build-tpls/build/tpls/mstk/mstk-3.0.5-source/src/io/ExodusII_GetElementGraph.c:14:10: fatal error: 'uthash.h' file not found
#include "uthash.h"
^~~~~~~~~~
1 error generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions