Control: fixed -1 2.2.0-1~exp1
Control: stop

The [upstream] commit[1]:

    commit 81739d8653988a5cc59fd0ac79ed57f3a4232995                             
                                                                                
                                  
    Author:     R. Bernstein <[email protected]>                                    
                                                                                
                                  
    AuthorDate: Thu May 23 06:59:33 2024 -0400                                  
                                                                                
                                  

        Remove unneeded >0 check ...

changed the declaration in the .c file. Now both declarations match.

This commit was merged into upstream version 2.1.1:

    $ git describe --contains --tag 81739d8653988a5cc59fd0ac79ed57f3a4232995
    2.1.1~11

This version is currently on the experimental distribution

* Michael Tautschnig:
>
> error: conflicting function declarations "cdio_generic_read_form1_sector"
> old definition in module _cdio_generic file _cdio_generic.c line 144
> driver_return_code_t (void *user_data, void *data, signed int lsn)
> new definition in module gnu_linux file generic.h line 140
> signed int (void *, void *, signed int)

Now both declarations have `int' for the return type.

[1] 
https://github.com/libcdio/libcdio/commit/81739d8653988a5cc59fd0ac79ed57f3a4232995

Reply via email to