Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20904
Modified Files: openmotif4.patch Log Message: fix misc clang warnings Index: openmotif4.patch =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/openmotif4.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- openmotif4.patch 27 Oct 2012 03:06:50 -0000 1.3 +++ openmotif4.patch 3 Aug 2013 01:03:53 -0000 1.4 @@ -781,3 +781,1028 @@ -$srcdir/configure "$@" +#$srcdir/configure "$@" +--- motif-2.3.4/lib/Xm/DropSMgr.c.orig 2013-08-02 18:56:17.000000000 -0400 ++++ motif-2.3.4/lib/Xm/DropSMgr.c 2013-08-02 18:57:15.000000000 -0400 +@@ -4279,7 +4279,7 @@ + XtDisplayOfObject(widget))); + info = DSMWidgetToInfo(dsm, widget); + +- if ((info == NULL)) { ++ if (info == NULL) { [...997 lines suppressed...] +--- motif-2.3.4/clients/uil/UilDB.c.orig 2013-08-02 20:47:12.000000000 -0400 ++++ motif-2.3.4/clients/uil/UilDB.c 2013-08-02 20:47:55.000000000 -0400 +@@ -377,7 +377,7 @@ + * Local variables + */ + int return_num_items, i, string_size=0; +- key_keytable_entry_type *table; ++ key_keytable_entry_type *table = NULL; + char *string_table; + + switch (header->table_id) +@@ -723,7 +723,7 @@ + * Local variables + */ + int return_num_items, i, int_table_size=0; +- UilEnumSetDescDef *table; ++ UilEnumSetDescDef *table = NULL; + unsigned short int *int_table; + + switch (header->table_id) ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs