-
Notifications
You must be signed in to change notification settings - Fork 10
Description
../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.