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

Commit9f25b9f

Browse files
committed
ecpg: Fix compiler warning in ecpg build with Meson.
Previously, Meson could produce a warning about the use of 'deps' in ecpg: WARNING: Project targets '>=0.54' but uses a feature introduced in '0.60.0': list.<plus>. The right-hand operand was not a list.The right-hand operand of 'deps' should be a list. This commit fixesthe warning by wrapping it with square brackets.This issue was introduced in commit28f0498.Author: Jacob Champion <jacob.champion@enterprisedb.com>Discussion:https://postgr.es/m/CAOYmi+ks8wO06Ymxduw2h_eQJ_D4_jHGeyMK0P=p5Q3psnEdMA@mail.gmail.com
1 parenta98e4de commit9f25b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/preproc/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ tests += {
9696
't/001_ecpg_err_warn_msg.pl',
9797
't/002_ecpg_err_warn_msg_informix.pl',
9898
],
99-
'deps': ecpg_exe,
99+
'deps':[ecpg_exe],
100100
},
101101
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp