Skip to content

Commit

Permalink
Merge pull request #34572 from JuliaLang/tb/timing_mingw
Browse files Browse the repository at this point in the history
Remove unused MinGW compiler macro.
  • Loading branch information
maleadt authored Jan 30, 2020
2 parents b26387b + 8340af8 commit 529b365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ void jl_timing_block_stop(jl_timing_block_t *cur_block);
#define HAVE_TIMING_SUPPORT
#elif defined(_COMPILER_GCC_)
#define HAVE_TIMING_SUPPORT
#elif defined(_COMPILER_MINGW_)
#define HAVE_TIMING_SUPPORT
#endif

#ifndef HAVE_TIMING_SUPPORT
Expand Down

2 comments on commit 529b365

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.