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

Fix Wunused-macro warnings in PKLog #219

Closed e28eta closed 9 years ago

e28eta commented 9 years ago

Several of these #defines are never used in this file, and aren't visible outside of it.

However, they look like useful documentation, which we wouldn't want to remove.

Adding appropriate clang pragmas to suppress the Wunused-macros warning.