Explorar el Código

removed unecessary clang warning

banana-cakes
Felix Brendel hace 6 años
padre
commit
6b3c2e157e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      profiler.hpp

+ 1
- 1
profiler.hpp Ver fichero

@@ -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

Cargando…
Cancelar
Guardar