This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
ftb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed unecessary clang warning
banana-cakes
Felix Brendel
6 years ago
parent
5519e8640a
commit
6b3c2e157e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
profiler.hpp
+ 1
- 1
profiler.hpp
View File
@@ -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
Write
Preview
Loading…
Cancel
Save