Running make after ./configure with all example projects, make exits with errorcode 2.
CppDemo/CppDemo.cpp:50:1: error: narrowing conversion of ‘-1’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
It is thrown by negative integers in an unsigned long int array.
Running make after ./configure with all example projects, make exits with errorcode 2.
CppDemo/CppDemo.cpp:50:1: error: narrowing conversion of ‘-1’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]It is thrown by negative integers in an unsigned long int array.