From: Sebastian B. <sb...@us...> - 2014-01-19 18:55:52
|
Update of /cvsroot/simplemail/simplemail/gtk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25608/gtk Modified Files: subthreads.c Log Message: Ignore deprecated declarations warning. Index: subthreads.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/gtk/subthreads.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- subthreads.c 24 Dec 2013 09:34:35 -0000 1.61 +++ subthreads.c 19 Jan 2014 18:55:50 -0000 1.62 @@ -35,6 +35,8 @@ #include "support_indep.h" #include "subthreads.h" +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + static GCond *thread_cond; static GMutex *thread_mutex; static int thread_parent_can_continue; |