Skip to content
  • Thomas Haller's avatar
    all: use cast macros instead of C cast · 7661ad64
    Thomas Haller authored
    When building with assertions, they nm_assert() for the
    type. Otherwise, they are identical to a C cast.
    
    Also, where possible, don't cast at all, but adjust
    the type instead.
    
    Also, there were a few missing casts.
    7661ad64