XNGMarkdownParser
XNGMarkdownParser copied to clipboard
Warning message when compiling code
In XNGMarkdownParser.m a FILE is declared, and in XNGMarkdownTokens.h the same variable is declared as an extern. Is this right?
Hi, I've been testing this issue today and don't see any warning... We need the FILE to be able to parse the output generated by the lexical analyser, but the one declared as extern in XNGMarkdownTokens.h is automatically generated. Could you give us more details about your setup?

The warning states "Declaration shadows a variable in the global scope"

I have got "Hidden Local Variables" warning option set to YES, should of said that!
Allright, I'm casually working on improving the library and I have added a fix for this issue, you can check it in this commit:
https://github.com/xing/XNGMarkdownParser/commit/568f544e446cc5ee5236c57836b46e12edd00451
It would be awesome if you can review the whole pull request as well :)