2024-03-28 14:54 UTC

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002193Buildsystem[All Projects] Generalpublic2014-09-06 15:44
Reportersabotage_linux 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformlinuxOSsabotage linuxOS Version3.14
Summary0002193: patch for gperf inline warning
Descriptionsrc/colors.gperf:121:1: error: '__gnu_inline__' attribute ignored [-Werror=attr...
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files
  • patch file icon netsurf-gperf-warning.patch (445 bytes) 2014-09-05 15:11 -
    --- netsurf-all-3.2.org/libsvgtiny/src/colors.gperf	2014-09-05 16:58:04.266781938 +0200
    +++ netsurf-all-3.2/libsvgtiny/src/colors.gperf	2014-09-05 16:58:32.636780584 +0200
    @@ -21,10 +21,8 @@
      * generated function from being inlined.  This is pointless given
      * it (a) is in a separate .c file and (b) has external linkage.
      */
    -#ifdef __inline
     #undef __inline
    -#define __inline
    -#endif
    +#define __inline()
     %}
     
     struct svgtiny_named_color;
    
    patch file icon netsurf-gperf-warning.patch (445 bytes) 2014-09-05 15:11 +

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2014-09-05 15:11 sabotage_linux New Issue
2014-09-05 15:11 sabotage_linux File Added: netsurf-gperf-warning.patch
2014-09-06 15:44 Vincent Sanders Status new => acknowledged
+Issue History