Update of /cvsroot/audacity/audacity-src/images/MusicalInstruments In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8658/MusicalInstruments
Modified Files: _default_instrument.xpm acoustic_guitar_gtr.xpm acoustic_piano_pno.xpm back_vocal_bg_vox.xpm clap.xpm drums_dr.xpm electric_bass_guitar_bs_gtr.xpm electric_guitar_gtr.xpm electric_piano_pno_key.xpm kick.xpm loop.xpm organ_org.xpm perc.xpm sax.xpm snare.xpm string_violin_cello.xpm synth.xpm tambo.xpm trumpet_horn.xpm turntable.xpm vibraphone_vibes.xpm vocal_vox.xpm Log Message: Get rid of warnings from "newer" versions of GCC. Index: electric_piano_pno_key.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/electric_piano_pno_key.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- electric_piano_pno_key.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ electric_piano_pno_key.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * electric_piano_pno_key_xpm[] = { +static const char * electric_piano_pno_key_xpm[] = { "48 48 862 2", " c None", ". c #969696", Index: drums_dr.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/drums_dr.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- drums_dr.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ drums_dr.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * drums_dr_xpm[] = { +static const char * drums_dr_xpm[] = { "48 48 828 2", " c #969696", ". c #707477", Index: acoustic_piano_pno.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/acoustic_piano_pno.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- acoustic_piano_pno.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ acoustic_piano_pno.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * acoustic_piano_pno_xpm[] = { +static const char * acoustic_piano_pno_xpm[] = { "48 48 750 2", " c None", ". c #969696", Index: clap.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/clap.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- clap.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ clap.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * clap_xpm[] = { +static const char * clap_xpm[] = { "48 48 587 2", " c #969696", ". c #57575F", Index: _default_instrument.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/_default_instrument.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- _default_instrument.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ _default_instrument.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * _default_instrument_xpm[] = { +static const char * _default_instrument_xpm[] = { "48 48 730 2", " c #969696", ". c #0303BF", Index: snare.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/snare.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- snare.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ snare.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * snare_xpm[] = { +static const char * snare_xpm[] = { "48 48 1369 2", " c None", ". c #969696", Index: vibraphone_vibes.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/vibraphone_vibes.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vibraphone_vibes.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ vibraphone_vibes.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * vibraphone_vibes_xpm[] = { +static const char * vibraphone_vibes_xpm[] = { "48 48 714 2", " c #969696", ". c #444E59", Index: sax.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/sax.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sax.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ sax.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * sax_xpm[] = { +static const char * sax_xpm[] = { "48 48 459 2", " c #969696", ". c #75797D", Index: tambo.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/tambo.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tambo.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ tambo.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * tambo_xpm[] = { +static const char * tambo_xpm[] = { "48 48 1133 2", " c #969696", ". c #7F8285", Index: organ_org.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/organ_org.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- organ_org.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ organ_org.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * organ_org_xpm[] = { +static const char * organ_org_xpm[] = { "48 48 862 2", " c None", ". c #969696", Index: kick.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/kick.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- kick.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ kick.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * kick_xpm[] = { +static const char * kick_xpm[] = { "48 48 256 2", " c #FFFFFF", ". c #636363", Index: turntable.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/turntable.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- turntable.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ turntable.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * turntable_xpm[] = { +static const char * turntable_xpm[] = { "48 48 685 2", " c #969696", ". c #6A6D70", Index: back_vocal_bg_vox.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/back_vocal_bg_vox.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- back_vocal_bg_vox.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ back_vocal_bg_vox.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * back_vocal_bg_vox_xpm[] = { +static const char * back_vocal_bg_vox_xpm[] = { "48 48 530 2", " c #969696", ". c #636A71", Index: perc.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/perc.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- perc.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ perc.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * perc_xpm[] = { +static const char * perc_xpm[] = { "48 48 370 2", " c None", ". c #969696", Index: acoustic_guitar_gtr.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/acoustic_guitar_gtr.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- acoustic_guitar_gtr.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ acoustic_guitar_gtr.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * acoustic_guitar_gtr_xpm[] = { +static const char * acoustic_guitar_gtr_xpm[] = { "48 48 935 2", " c None", ". c #969696", Index: vocal_vox.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/vocal_vox.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vocal_vox.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ vocal_vox.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * vocal_vox_xpm[] = { +static const char * vocal_vox_xpm[] = { "48 48 699 2", " c #969696", ". c #55575C", Index: synth.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/synth.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- synth.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ synth.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * synth_xpm[] = { +static const char * synth_xpm[] = { "48 48 363 2", " c None", ". c #969696", Index: loop.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/loop.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- loop.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ loop.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * loop_xpm[] = { +static const char * loop_xpm[] = { "48 48 958 2", " c #969696", ". c #6E4137", Index: trumpet_horn.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/trumpet_horn.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- trumpet_horn.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ trumpet_horn.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * trumpet_horn_xpm[] = { +static const char * trumpet_horn_xpm[] = { "48 48 46 1", " c #969696", ". c #C7A179", Index: string_violin_cello.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/string_violin_cello.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- string_violin_cello.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ string_violin_cello.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * string_violin_cello_xpm[] = { +static const char * string_violin_cello_xpm[] = { "48 48 599 2", " c None", ". c #969696", Index: electric_guitar_gtr.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/electric_guitar_gtr.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- electric_guitar_gtr.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ electric_guitar_gtr.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * electric_guitar_gtr_xpm[] = { +static const char * electric_guitar_gtr_xpm[] = { "48 48 1042 2", " c None", ". c #969696", Index: electric_bass_guitar_bs_gtr.xpm =================================================================== RCS file: /cvsroot/audacity/audacity-src/images/MusicalInstruments/electric_bass_guitar_bs_gtr.xpm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- electric_bass_guitar_bs_gtr.xpm 9 Jul 2009 23:45:00 -0000 1.2 +++ electric_bass_guitar_bs_gtr.xpm 12 Sep 2009 05:59:30 -0000 1.3 @@ -1,5 +1,5 @@ /* XPM */ -static char * electric_bass_guitar_bs_gtr_xpm[] = { +static const char * electric_bass_guitar_bs_gtr_xpm[] = { "48 48 866 2", " c None", ". c #969696", ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs