mirror of https://github.com/kivy/pyobjus.git
Disable -Wincompatible-function-pointer-types in testlib
This commit is contained in:
parent
a070ec718a
commit
1143b4932b
|
@ -159,7 +159,10 @@ typedef union test_un_ {
|
|||
}
|
||||
|
||||
- (int) getandUseImpWithDefaultValues {
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types"
|
||||
return (int)[self useImp: [self getImp] withA: 7 andB: 5];
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
|
||||
/******************** </UNKNOWN TYPE TESTS> ***********************/
|
||||
|
|
Loading…
Reference in New Issue