Parcourir la source

removed unecessary clang warning

banana-cakes
Felix Brendel il y a 6 ans
Parent
révision
6b3c2e157e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      profiler.hpp

+ 1
- 1
profiler.hpp Voir le fichier

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

Chargement…
Annuler
Enregistrer