[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Workarround failure with recent gcc



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • 6a6d7225
    by Bastien Roucariès at 2024-07-27T18:49:55+00:00
    Workarround failure with recent gcc
    

1 changed file:

Changes:

  • t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/orig/basic.c
    ... ... @@ -14,8 +14,9 @@ hardening_trigger(char *p, int i, void (*f)(char *))
    14 14
         printf("%s", test);
    
    15 15
     }
    
    16 16
     
    
    17
    -void do_import_array(void)
    
    17
    +void * do_import_array(void)
    
    18 18
     {
    
    19 19
         import_array();
    
    20 20
         hardening_trigger(NULL, 0, NULL);
    
    21
    +    return NULL;
    
    21 22
     }


  • Reply to: