groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Conflicting return type in declaration of 'version': 'NSInteger' (aka 'long') vs 'GRMustacheVersion' #72

Closed dmrev closed 10 years ago

dmrev commented 10 years ago

If -Woverriding-method-mismatch compiler flag is set, we get this warning. It would be nice get rid of it.

groue commented 10 years ago

Hi @dmrev. This issue is already covered in #71.

snej commented 10 years ago

@dmrev, I just added a comment to #71 showing my workaround (which does not require forking GRMustache.)