From: Diego Biurrun Date: Wed, 27 Mar 2013 17:23:01 +0000 (+0100) Subject: build: Add _Pragma macro to disable deprecated declaration warnings X-Git-Tag: v10_alpha1~1042 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a7050ffed5ce061b114a11e4de4b77aba8efa0b;p=platform%2Fupstream%2Flibav.git build: Add _Pragma macro to disable deprecated declaration warnings --- diff --git a/configure b/configure index 3420f3c..979cc60 100755 --- a/configure +++ b/configure @@ -1319,6 +1319,7 @@ HAVE_LIST=" nanosleep poll_h posix_memalign + pragma_deprecated rdtsc sched_getaffinity sdl @@ -3393,6 +3394,11 @@ void foo(char * $restrict_keyword p); EOF done +check_cc <