nyousefi / Fountain

An open source implementation of the Fountain screenplay formatting language.
http://fountain.io
MIT License
557 stars 55 forks source link

RegexKitLite Warnings #16

Open wm-j-ray opened 9 years ago

wm-j-ray commented 9 years ago

I'd really like to add Fountain support to an app, but...

Are you still using the RegexKitLite distribution from Sourceforge (http://regexkit.sourceforge.net/#RegexKitLite)?

I am getting warnings of:

  if(cachedRegex != NULL) { cachedRegex->buffer = NULL; cachedRegex->setToRange =    NSNotFoundRange; cachedRegex->lastFindRange = NSNotFoundRange; cachedRegex->lastMatchRange = NSNotFoundRange; }
  return(0UL);

around line 969 of RegexKitLite.m.

I know RegexKitLite hasn't been updated in years, but if you know anyway to fix it or have a fork that you are using, I'd really like to know about it. (there are also some 'code will never be executed warnings).

IOS 8.4, xCode 6.4