pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Possible fix for Wmissing-variable-declarations #218

Closed e28eta closed 2 years ago

e28eta commented 9 years ago

This variable is only ever used in this implementation file. Annotating it with static makes that more clear.

Or, maybe it should be deleted? Or add an extern declaration in the header file?