hi all in my continuing effort to eliminate build warnings in kdenlive, i've started diving into the mlt/mlt++ code. so far i've been concentrating on constifying the mlt++ interface.
i've got mirrors of these trees up on github if anyone is interested in testing my changes. [email protected]:rayl/mltplusplus.git review-1 [email protected]:rayl/mlt.git review-1 with these branches, plus my latest review-14 and review-15 branches, my kdenlive configuration builds without any warnings at all, when using the following compile flags in src/CMakeLists.txt +add_definitions(-Wall) +add_definitions(-W) +add_definitions(-Wwrite-strings) +add_definitions(-Wcast-qual) +add_definitions(-Wpointer-arith) +add_definitions(-Wcast-align) +add_definitions(-Wredundant-decls) +add_definitions(-Wctor-dtor-privacy) cheers ray ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
