diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-06-21 00:12:20 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-06-21 00:19:33 -0500 |
commit | fe6db466ec0ae56d33d0fdecc4694d63fed61fa8 (patch) | |
tree | bb9dcceab41f594d4302386807b377f69d97f918 /compiler/codeGen | |
parent | eeeec4f2c34d7bc7ca2882550a181bf80368d32d (diff) | |
download | haskell-fe6db466ec0ae56d33d0fdecc4694d63fed61fa8.tar.gz |
Ensure gc_thread->wakeup is of type StgWord8.
rtsBool is defined to only have two inhabitants, which are true (1) and
false (0)
But the wakeup flag is set to 4 possible values, outside the range of
rtsBool. This leads Clang to warn about tautological comparisons.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions