1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

Apply parts of a warning supression patch by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com
2013-09-12 16:52:30 +00:00
parent 2952017541
commit 991969cab8
7 changed files with 12 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ static const char * empty_9x16_xpm[] = {
"........."};
/* XPM */
static char * arrow15x15_xpm[] = {
static const char * arrow15x15_xpm[] = {
"15 15 24 1",
" c None",
". c #FFFFFF",
@@ -86,7 +86,7 @@ static char * arrow15x15_xpm[] = {
"..............."};
/* XPM */
static char * unchecked_xpm[] = {
static const char * unchecked_xpm[] = {
"15 15 56 1",
" c None",
". c #FFFFFF",
@@ -161,7 +161,7 @@ static char * unchecked_xpm[] = {
"..............."};
/* XPM */
static char * checked_xpm[] = {
static const char * checked_xpm[] = {
"15 15 70 1",
" c #FFFFFF",
". c #8E8F8F",