erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

[Tests] Ignore unused result warning in test #312

Closed modocache closed 8 years ago

modocache commented 8 years ago

The test asserts that calling -init throws -- its result is willfully ignored. Add pragma to instruct the compiler to ignore the warning in this case.