Skip to content

Commit

Permalink
Added override for all compilers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jul 15, 2017
1 parent a95ec96 commit cc6b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bx/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# define BX_FALLTHROUGH BX_NOOP()
# endif // BX_COMPILER_GCC >= 70000
# define BX_NO_VTABLE
# define BX_OVERRIDE
# define BX_OVERRIDE override
# define BX_PRINTF_ARGS(_format, _args) __attribute__( (format(__printf__, _format, _args) ) )
# if BX_CLANG_HAS_FEATURE(cxx_thread_local)
# define BX_THREAD_LOCAL __thread
Expand Down

0 comments on commit cc6b3a9

Please sign in to comment.