pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OK to fix warnings in GUI code?


From: Ben Pfaff
Subject: OK to fix warnings in GUI code?
Date: Sat, 15 Apr 2006 17:59:31 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

I see quite a few warnings in GUI code (shown below).  John, is
it okay for me to touch this code?  I don't think anyone but you
has worked on the GUI up until now, so I don't want to disturb
anything that you're in the middle of hacking on.

../lib/gtksheet/gsheet-column-iface.c:174: warning: assignment discards 
qualifiers from pointer target type
../lib/gtksheet/gsheet-hetero-column.c:119: warning: unused variable 'hg'
../lib/gtksheet/gsheet-hetero-column.c:128: warning: unused variable 'hg'
../lib/gtksheet/gsheet-hetero-column.c:147: warning: unused variable 'hg'
../lib/gtksheet/gsheet-hetero-column.c:197: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:198: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:199: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:200: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:201: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:202: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-hetero-column.c:204: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-row-iface.c:170: warning: assignment discards qualifiers 
from pointer target type
../lib/gtksheet/gsheet-uniform-column.c:183: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-column.c:184: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-column.c:185: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-column.c:186: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-column.c:187: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-column.c:188: warning: assignment from 
incompatible pointer type
../lib/gtksheet/gsheet-uniform-row.c:126: warning: unused variable 'ug'
../lib/gtksheet/gsheet-uniform-row.c:197: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:198: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:199: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:200: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:201: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:202: warning: assignment from incompatible 
pointer type
../lib/gtksheet/gsheet-uniform-row.c:203: warning: assignment from incompatible 
pointer type
../src/math/linreg/coefficient.c:167: warning: comparison between pointer and 
integer
../src/ui/gui/psppire-data-store.c:51: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-data-store.c:150: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:157: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:331: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-data-store.c:683: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:684: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:685: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:687: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:688: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-data-store.c:690: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-var-store.c:51: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-var-store.c:60: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-var-store.c:201: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-var-store.c:204: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-var-store.c:206: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-var-store.c:208: warning: assignment from incompatible 
pointer type
../src/ui/gui/psppire-var-store.c:300: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-var-store.c:421: warning: type qualifiers ignored on 
function return type
../src/ui/gui/psppire-var-store.c:536: warning: implicit declaration of 
function 'value_to_text'
../src/ui/gui/psppire-var-store.c:536: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/psppire-var-store.c:553: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/psppire-var-store.c:554: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/psppire-var-store.c:567: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/psppire-var-store.c:592: warning: initialization makes pointer 
from integer without a cast
../src/ui/gui/var-type-dialog.c:302: warning: implicit declaration of function 
'value_to_text'
../src/ui/gui/var-type-dialog.c:302: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:307: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:369: warning: implicit declaration of function 
'get_widget_assert'
../src/ui/gui/var-type-dialog.c:369: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:375: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:377: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:379: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:381: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:383: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:385: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:387: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:389: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:392: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:393: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:394: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:395: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:397: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:398: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:401: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:404: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:406: warning: assignment makes pointer from 
integer without a cast
../src/ui/gui/var-type-dialog.c:414: warning: assignment makes pointer from 
integer without a cast


-- 
"Mon peu de succès près des femmes est toujours venu de les trop aimer."
--Jean-Jacques Rousseau




reply via email to

[Prev in Thread] Current Thread [Next in Thread]