Skip to content
  • Alex Austin's avatar
    Clang buildfixes · cd3017cf
    Alex Austin authored
    
    
    Building with clang took a few very small changes. The change to
    helper/log.h is because clang doesn't like an expression where the
    result is unused. In helper/system.h, I just defined true and false
    since clang doesn't have them builtin.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    cd3017cf