mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-06 10:49:37 +00: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:
parent
054821b172
commit
0b792c22a4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue