Skip to content

Commit

Permalink
Revert "rts: Suppress unused gcc_clear_cache warning"
Browse files Browse the repository at this point in the history
This reverts commit d1d3e98.
  • Loading branch information
bgamari committed Jun 21, 2017
1 parent d1d3e98 commit 76769bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/sm/Storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,6 @@ StgWord calcTotalCompactW (void)
writing code into memory, so the processor reliably sees it. */
void flushExec (W_ len, AdjustorExecutable exec_addr)
{
/* warning suppression */
(void)gcc_clear_cache;
#if defined(i386_HOST_ARCH) || defined(x86_64_HOST_ARCH)
/* x86 doesn't need to do anything, so just suppress some warnings. */
(void)len;
Expand Down

0 comments on commit 76769bd

Please sign in to comment.