Sometimes we have code that gives deprecation warnings even though it's already ifdeffed and slated for removal or similar. This patchset adds a set of macros to place around such code to suppress those deprecation warnings. In practice, we have a large number of these false positive warnings, and they have a tendency to drown out the real warnings.
Without the first two patches in the set doc/print_options fails to compile because of weird preprocessor errors. I consider them an improvement irrespective of the deprecation macro patches. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
