From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1 3/4] build: add Werror flag to CentOS7 packages build Date: Wed, 14 Oct 2020 19:35:45 +0300 [thread overview] Message-ID: <b5f98290a3848130321cd70919e5af2651670c98.1602693164.git.avtikhon@tarantool.org> (raw) In-Reply-To: <db71f95c3f2d20dbebc8ef7a0013e403751f8b53.1602693164.git.avtikhon@tarantool.org> To check warnings on the default compiler on CentOS7 needed to enable Werror flag. Currently not all builds with different OS used for packaging ready for it, so only for CentOS 7 enabled it. Part of #4941 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4941-gcc-old Issue: https://github.com/tarantool/tarantool/issues/4941 rpm/tarantool.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index eedc0312c..a9c625eae 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -159,6 +159,9 @@ C and Lua/C modules. -DWITH_SYSTEMD:BOOL=ON \ -DSYSTEMD_UNIT_DIR:PATH=%{_unitdir} \ -DSYSTEMD_TMPFILES_DIR:PATH=%{_tmpfilesdir} \ +%endif +%if 0%{?rhel} == 7 + -DENABLE_WERROR=ON \ %endif -DENABLE_DIST:BOOL=ON make %{?_smp_mflags} -- 2.25.1
next prev parent reply other threads:[~2020-10-14 16:35 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-14 16:35 [Tarantool-patches] [PATCH v1 1/4] build: fix Werror warning in src/box/txn.c Alexander V. Tikhonov 2020-10-14 16:35 ` [Tarantool-patches] [PATCH v1 2/4] build: fix Werror warning in test/unit:fiber*.c* Alexander V. Tikhonov 2020-10-14 16:35 ` Alexander V. Tikhonov [this message] 2020-10-14 16:35 ` [Tarantool-patches] [PATCH v1 4/4] gitlab-ci: test default gcc on CentOS 7 Alexander V. Tikhonov 2020-10-15 8:53 ` [Tarantool-patches] [PATCH v1 1/4] build: fix Werror warning in src/box/txn.c Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=b5f98290a3848130321cd70919e5af2651670c98.1602693164.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1 3/4] build: add Werror flag to CentOS7 packages build' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox