Changes between Version 1 and Version 2 of Ticket #1389
- Timestamp:
- 06/30/09 10:47:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1389 – Description
v1 v2 1 1 there are some compiler warnings which needs a fix: 2 2 3 {{{setup.c: In function 'setup__move_panels_config_into_separate_file': 3 {{{ 4 setup.c: In function 'setup__move_panels_config_into_separate_file': 4 5 setup.c:536: warning: assignment discards qualifiers from pointer target type 5 6 cc -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 … … 19 20 cc -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 20 21 file.c: In function 'transform_source': 21 file.c:166: warning: passing argument 1 of 'str_fix_string' discards qualifiers from pointer target type}}} 22 file.c:166: warning: passing argument 1 of 'str_fix_string' discards qualifiers from pointer target type 23 }}} 22 24 25