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
Building fails on CI with the following errors:
```
include/yarp/ast.h:349:50: error: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
static const unsigned int YP_NODE_FLAG_NEWLINE = 1 << YP_NODE_FLAGS_SHIFT;
^
```
and
```
include/yarp/ast.h:349:50: error: initializer element is not constant
static const unsigned int YP_NODE_FLAG_NEWLINE = 1U << YP_NODE_FLAGS_SHIFT;
^~
```
0 commit comments