• Joel Stanley's avatar
    opt: Silence unsed param warning triggered by -Wextra · 59d2b90f
    Joel Stanley authored
    The type checking function does not use its parameter:
    
        ccan/opt/opt.h: In function ‘_check_is_entry’:
            ccan/opt/opt.h:328:53: warning: unused parameter ‘e’
    
    Annotate the function using UNUSED from compiler.h.  This commit also
    adds compiler.h as a dependency for opt.
    59d2b90f
_info 1.63 KB