Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
armadillu committed Aug 20, 2018
1 parent b3a3e02 commit 21f3f30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ofxRemoteUIServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@

#if defined(__has_include) /*llvm only - query about header files being available or not*/
#if __has_include("ofxFontStash2.h") && !defined(DISABLE_AUTO_FIND_FONSTASH_HEADERS)
#define USE_OFX_FONTSTASH2
#ifndef USE_OFX_FONTSTASH2
#define USE_OFX_FONTSTASH2
#endif
#endif
#endif

Expand All @@ -57,7 +59,9 @@

#if defined(__has_include)
#if __has_include("ofxTimeMeasurements.h")
#define USE_OFX_TIME_MEASUREMENTS
#ifndef USE_OFX_TIME_MEASUREMENTS
#define USE_OFX_TIME_MEASUREMENTS
#endif
#endif
#endif

Expand Down

0 comments on commit 21f3f30

Please sign in to comment.