diff options
Diffstat (limited to 'make/cg-common.cfg')
-rw-r--r-- | make/cg-common.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/cg-common.cfg b/make/cg-common.cfg index 4e42ceb48..f264fb2bf 100644 --- a/make/cg-common.cfg +++ b/make/cg-common.cfg @@ -83,13 +83,14 @@ Ignore cgGetStateValidateCallback # FIXME!!!! Ignore these functions for now because bugs in the # emitter code can't handle them # -Ignore cgGetParameterValues Ignore cgGetBooleanAnnotationValues Ignore cgGetBoolStateAssignmentValues Ignore cgGetFloatAnnotationValues Ignore cgGetFloatStateAssignmentValues Ignore cgGetIntAnnotationValues Ignore cgGetIntStateAssignmentValues +Ignore cgGetParameterValues +Ignore cgGetProgramOptions # # Need to import New IO for Buffer classes |