You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make[3]: Entering directory '/home/alexm/workspace/ucc/src'
CC utils/libucc_la-ucc_coll_utils.lo
utils/ucc_coll_utils.c:647:5: error: conflicting types for 'ucc_ep_map_is_identity' due to enum/integer mismatch; have 'int(const ucc_ep_map_t *)' [-Werror=enum-int-mismatch]
647 | int ucc_ep_map_is_identity(const ucc_ep_map_t *map)
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from utils/ucc_coll_utils.c:7:
utils/ucc_coll_utils.h:251:14: note: previous declaration of 'ucc_ep_map_is_identity' with type 'ucc_status_t(const ucc_ep_map_t *)'
251 | ucc_status_t ucc_ep_map_is_identity(const ucc_ep_map_t *map);
| ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1243: utils/libucc_la-ucc_coll_utils.lo] Error 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: