diff options
Diffstat (limited to 'rts/sm/Storage.c')
-rw-r--r-- | rts/sm/Storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c index 4aa4b12868..ac4bf8389d 100644 --- a/rts/sm/Storage.c +++ b/rts/sm/Storage.c @@ -1345,6 +1345,8 @@ 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; |