krzysztofzablocki / PropertyMapper

Property mapping for Objective-C iOS apps.
http://merowing.info
MIT License
1.13k stars 81 forks source link

Fixed Warning related to casting converting void pointer and function pointer #38

Closed ChocoChipset closed 10 years ago

ChocoChipset commented 10 years ago

Assigning a void pointer to a function pointer is an undefined behaviour. If more strict warnings are enabled and warnings are treated as errors, this can prevent the project from compiling.

ChocoChipset commented 10 years ago

Cześć!

Noticed a small casting liberty preventing my project from compiling.

Fixed in this commit.