K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-25T03:03:09.376615Z K 7 svn:log V 981 audio/zinf: Fix build with Clang 6 src/zip_header.cpp:43:31: error: constant expression evaluates to 234 which cannot be narrowed to type 'char' [-Wc++11-narrowing] char arjHeaderSign[3]={ 0x60,0xea, 0 }; ^~~~ src/zip_header.cpp:43:31: note: insert an explicit cast to silence this issue char arjHeaderSign[3]={ 0x60,0xea, 0 }; ^~~~ static_cast( ) src/zip_header.cpp:120:15: error: assigning to 'char *' from incompatible type 'char' h->filename='\0'; ^~~~ src/zip_header.cpp:282:15: error: assigning to 'char *' from incompatible type 'char' h->filename='\0'; ^~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/zinf-2.2.5_22.log (and a lot more errors like these and std::bind and bind confusion if one gets past these) END