dtappbuilder: Resolve all compiler warnings
This commit is contained in:
@@ -308,7 +308,7 @@ xm_configure_tree(
|
||||
|
||||
if (configCount!= numSalientObjs)
|
||||
{
|
||||
fprintf(stderr,
|
||||
fprintf(stderr, "%s",
|
||||
catgets(OBJXM_MESSAGE_CATD, OBJXM_MESSAGE_SET, 8,
|
||||
"INTERNAL ERROR: salient counts don't match.\n") );
|
||||
iRetVal= -1;
|
||||
|
||||
@@ -1052,7 +1052,7 @@ load_res_table(
|
||||
}
|
||||
|
||||
|
||||
static long
|
||||
static int
|
||||
xm_res_table_entry_xmname_compare(const void *leftEntry, const void *rightEntry)
|
||||
{
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user