[commit: ghc] wip/erikd/rts: rts: Add `-Wundef` to CFLAGS and fix warnings (bd12a49)

git at git.haskell.org git at git.haskell.org
Tue May 31 12:25:16 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/erikd/rts
Link       : http://ghc.haskell.org/trac/ghc/changeset/bd12a4971350610f3f542fe12565922975c7cef9/ghc

>---------------------------------------------------------------

commit bd12a4971350610f3f542fe12565922975c7cef9
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Wed May 18 20:04:26 2016 +1000

    rts: Add `-Wundef` to CFLAGS and fix warnings


>---------------------------------------------------------------

bd12a4971350610f3f542fe12565922975c7cef9
 includes/Stg.h                    |  8 ++---
 includes/rts/OSThreads.h          |  4 +--
 includes/rts/storage/InfoTables.h |  2 +-
 includes/stg/MachRegs.h           |  2 +-
 includes/stg/SMP.h                | 69 +++++++++++++++++++++------------------
 rts/Adjustor.c                    |  3 ++
 rts/Interpreter.c                 |  3 ++
 rts/Linker.c                      | 12 +++----
 rts/LinkerInternals.h             |  7 ++--
 rts/OldARMAtomic.c                |  2 +-
 rts/PrimOps.cmm                   |  4 +--
 rts/RtsUtils.c                    |  4 +--
 rts/Schedule.c                    | 16 ++++-----
 rts/Threads.c                     |  2 +-
 rts/ghc.mk                        |  3 ++
 rts/posix/GetTime.c               |  2 +-
 rts/posix/OSMem.c                 |  8 ++---
 rts/posix/OSThreads.c             |  2 +-
 rts/sm/GCUtils.c                  |  2 +-
 rts/sm/GCUtils.h                  |  2 +-
 rts/sm/MBlock.c                   |  2 +-
 rts/sm/Storage.c                  |  3 ++
 22 files changed, 91 insertions(+), 71 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc bd12a4971350610f3f542fe12565922975c7cef9


More information about the ghc-commits mailing list