GNOME CVS: libgda murrayc

[email protected] (Murray Cumming) Thu, 28 Dec 2006 08:31:37 -0500 (EST)
Newsgroups gmane.comp.gnome.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs/gnome
Module name:	libgda
Changes by:	murrayc	06/12/28 08:31:37

Modified files:
	.              : ChangeLog 
	libgda         : gda-data-model-array.c gda-dict-field.c 
	                 gda-dict.h gda-object-ref.c 
	                 gda-query-condition.c gda-query-parsing.c 
	                 gda-util.c 
	libgda/graph   : gda-graph-item.c 
	libgda/sql-delimiter: lexer.l 
	libgda/sql-transaction: lexer.l 

Log message:
2006-12-28  Murray Cumming  <[email protected]>

* libgda/gda-dict-field.c: (gda_dict_field_load_from_xml):
* libgda/gda-dict.h: Add a note about the current need to include
libgda/gda-dict-reg-aggregates.h and libgda/gda-dict-reg-functions.h when
using this header.
* libgda/gda-object-ref.c:
* libgda/gda-query-parsing.c: Include the extra headers to avoid
integer-to-pointer warnings caused by implicit function declarations.

* libgda/gda-util.c: In the isbase64 macro, do not check that the uchar is less than
256 because this causes a compiler warning about this always being true.

* libgda/sql-delimiter/lexer.l:
* libgda/sql-transaction/lexer.l: Comment-out the #warning lines.

* libgda/gda-data-model-array.c: (gda_data_model_array_finalize),
(gda_data_model_array_clear):
* libgda/gda-query-condition.c: (gda_query_condition_new_copy):
* libgda/graph/gda-graph-item.c: (gda_graph_item_set_property):
Use cast macros to avoid compiler warnings.

I think this fixes all the warnings apart from the ones in the providers.

URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libgda&who=murrayc&date=explicit&mindate=2006-12-28%2008:30&maxdate=2006-12-28%2008:32