Changeset 710

Show
Ignore:
Timestamp:
11/02/09 11:17:36 (3 weeks ago)
Author:
robl
Message:

cast away one last warning

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/header.c

    r708 r710  
    13141314               case NC_BYTE: 
    13151315                   if (strcmp(nc_attr1->value[i]->xvalue, nc_attr2->value[i]->xvalue)) 
    1316                        printf("Warning (inconsistent metadata): attribute value %s != %s\n",nc_attr1->value[i]->xvalue, nc_attr2->value[i]->xvalue); 
     1316                       printf("Warning (inconsistent metadata): attribute value %s != %s\n", (char *)nc_attr1->value[i]->xvalue, (char *)nc_attr2->value[i]->xvalue); 
    13171317                   break; 
    13181318               case NC_SHORT: