suppress warning message for unexpanded macros.

This commit is contained in:
Marty Kraimer
1997-06-05 18:16:54 +00:00
parent 9155de5b30
commit e11c120f6b

View File

@@ -390,6 +390,7 @@ static int sub_it()
fprintf(stderr,"dbLoadTemplate macCreateHandle error\n");
exit(1);
}
macSuppressWarning(macHandle,TRUE);
macParseDefns(macHandle,sub_collect,&macPairs);
if(macPairs == NULL) {
macDeleteHandle(macHandle);