• Show log

    Commit

  • Hash : 1d711a2c
    Author : Guillem Jover
    Date : 2024-11-02T23:12:40

    include: Refactor «unused» attribute into new LIBBSD_UNUSED macro
    
    This make it possible to declare function arguments in headers as
    potentially unused, so that they do not emit warnings. We will use this
    instead of the BSD __unused, which we cannot currently enable on GNU
    systems due to Linux and glibc having conflicting symbols.