Skip to content
  • Derek Foreman's avatar
    src: Finish assert() clean-up · 58bb6c72
    Derek Foreman authored and Simon Ser's avatar Simon Ser committed
    
    
    From cleanup commit 0cecde30:
    assert()s can be compiled away by #defining NDEBUG. Some build systems
    do this. Using wl_abort gives a human readable error message and it
    isn't compiled away.
    
    That commit missed one final assert, presumably due to missing it with
    grep because of a coding style issue. Fix that up, and remove inclusion
    of <assert.h> as appropriate.
    
    Signed-off-by: default avatarDerek Foreman <derek.foreman@collabora.com>
    58bb6c72
Loading