-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Due to some WDL things, build error being:
thirdparty/WDL/source/WDL/wdltypes.h:203:69: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing]
203 | typedef char wdl_assert_failed_unsigned_char[((char)-1) > 0 ? -1 : 1];
| ^
thirdparty/WDL/source/WDL/wdltypes.h:203:61: error: size '-1' of array 'wdl_assert_failed_unsigned_char' is negative
203 | typedef char wdl_assert_failed_unsigned_char[((char)-1) > 0 ? -1 : 1];
| ~~~~~~~~~~~~~~~^~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels