Procházet zdrojové kódy

removed unecessary clang warning

banana-cakes
Felix Brendel před 6 roky
rodič
revize
6b3c2e157e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      profiler.hpp

+ 1
- 1
profiler.hpp Zobrazit soubor

@@ -66,5 +66,5 @@ struct Profiler {

# define profile_this Profiler profiler(__FILE__, __FUNCTION__, __LINE__)
#else
# define profile_this enum {}
# define profile_this do {} while(0)
#endif

Načítá se…
Zrušit
Uložit