소스 검색

removed unecessary clang warning

banana-cakes
Felix Brendel 6 년 전
부모
커밋
6b3c2e157e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      profiler.hpp

+ 1
- 1
profiler.hpp 파일 보기

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

불러오는 중...
취소
저장