Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e66a53

Browse files
peterepull[bot]
authored andcommitted
Add further excludes to headerscheck
Some header files under contrib/isn/ are not meant to be includedindependently, and they fail -Wmissing-variable-declarations whendoing so.Reported-by: Thomas Munro <thomas.munro@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/CA%2BhUKG%2BYVt5MBD-w0HyHpsGb4U8RNge3DvAbDmOFy_epGhZ2Mg%40mail.gmail.com#aba3226c6dd493923bd6ce95d25a2d77
1 parent3a860eb commit2e66a53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/tools/pginclude/headerscheck

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ do
138138
test"$f" = src/pl/tcl/pltclerrcodes.h&&continue
139139

140140
# Also not meant to be included standalone.
141+
test"$f" = contrib/isn/EAN13.h&&continue
142+
test"$f" = contrib/isn/ISBN.h&&continue
143+
test"$f" = contrib/isn/ISMN.h&&continue
144+
test"$f" = contrib/isn/ISSN.h&&continue
145+
test"$f" = contrib/isn/UPC.h&&continue
146+
141147
test"$f" = src/include/common/unicode_nonspacing_table.h&&continue
142148
test"$f" = src/include/common/unicode_east_asian_fw_table.h&&continue
143149

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp