Changes between Version 1 and Version 2 of Ticket #1389


Ignore:
Timestamp:
06/30/09 10:47:40 (15 years ago)
Author:
winnie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1389 – Description

    v1 v2  
    11there are some compiler warnings which needs a fix: 
    22 
    3 {{{setup.c: In function 'setup__move_panels_config_into_separate_file':  
     3{{{ 
     4setup.c: In function 'setup__move_panels_config_into_separate_file':  
    45setup.c:536: warning: assignment discards qualifiers from pointer target type  
    56cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\""/usr/share/mc/"\" -DLOCALEDIR=\""/usr/share/locale"\" -DSAVERDIR=\""/usr/lib/mc/mc"\" -DSYSCONFDIR=\""/etc/mc/"\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -g -Wall -O2 -c slint.c  
     
    1920cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\""/usr/share/mc/"\" -DLOCALEDIR=\""/usr/share/locale"\" -DSAVERDIR=\""/usr/lib/mc/mc"\" -DSYSCONFDIR=\""/etc/mc/"\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -g -O2 -g -Wall -O2 -c file.c  
    2021file.c: In function 'transform_source':  
    21 file.c:166: warning: passing argument 1 of 'str_fix_string' discards qualifiers from pointer target type}}} 
     22file.c:166: warning: passing argument 1 of 'str_fix_string' discards qualifiers from pointer target type 
     23}}} 
    2224 
     25