mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 05:22:40 +02:00
pdb: always set header to PDB enums, even when empty.
This fixes the following warning when generating gimpenums.h: > Use of uninitialized value in pattern match (m//) at pdb/enumcode.pl line 71.
This commit is contained in:
@@ -21,6 +21,7 @@ package Gimp::CodeGen::enums;
|
|||||||
%enums = (
|
%enums = (
|
||||||
GeglDistanceMetric =>
|
GeglDistanceMetric =>
|
||||||
{ contig => 1,
|
{ contig => 1,
|
||||||
|
header => '',
|
||||||
external => 1,
|
external => 1,
|
||||||
symbols => [ qw(GEGL_DISTANCE_METRIC_EUCLIDEAN
|
symbols => [ qw(GEGL_DISTANCE_METRIC_EUCLIDEAN
|
||||||
GEGL_DISTANCE_METRIC_MANHATTAN
|
GEGL_DISTANCE_METRIC_MANHATTAN
|
||||||
|
Reference in New Issue
Block a user