freebsd-ports/audio/zinf
Tobias Kortkamp 557b62a1e5 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<char>( )
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)
2018-08-25 03:03:09 +00:00
..
files
distinfo
Makefile audio/zinf: Fix build with Clang 6 2018-08-25 03:03:09 +00:00
pkg-descr
pkg-plist