search for: git_werror

Displaying 7 results from an estimated 7 matches for "git_werror".

Did you mean: get_error
2020 Aug 30
5
Meson build
...red without ‘-Wformat’ [-Wformat-zero-length] cc1: warning: ‘-Wformat-contains-nul’ ignored without ‘-Wformat’ [-Wformat-contains-nul] cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] which of course breaks -Werror builds. I can easily work around it by setting `-D git_werror=disabled' or even better still: CFLAGS+=" -Wall" arch-meson... Maybe this github issue is related?: https://github.com/mesonbuild/meson/issues/7399 2. Arch currently builds libvirt with support for ZFS. Seeing as ZFS is not in the distro proper, a simple Autoconf tweak is used: Z...
2020 Sep 01
2
Re: Meson build
...t; cc1: warning: ‘-Wformat-contains-nul’ ignored without ‘-Wformat’ [-Wformat-contains-nul] >> cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] >> >> which of course breaks -Werror builds. >> >> I can easily work around it by setting `-D git_werror=disabled' or even better still: >> >> CFLAGS+=" -Wall" arch-meson... > >This should be easily fixable by adding -Wformat in our list of flags >that we pass to compiler. We were incorrectly relying on meson to add >-Wformat automatically and since we add the oth...
2020 Sep 01
2
Re: Meson build
...ithout ‘-Wformat’ [-Wformat-contains-nul] >> > > cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] >> > > >> > > which of course breaks -Werror builds. >> > > >> > > I can easily work around it by setting `-D git_werror=disabled' or even better still: >> > > >> > > CFLAGS+=" -Wall" arch-meson... >> > >> > This should be easily fixable by adding -Wformat in our list of flags >> > that we pass to compiler. We were incorrectly relying on meson to add &g...
2020 Sep 01
0
Re: Meson build
...at-zero-length] > cc1: warning: ?-Wformat-contains-nul? ignored without ?-Wformat? [-Wformat-contains-nul] > cc1: warning: ?-Wformat-security? ignored without ?-Wformat? [-Wformat-security] > > which of course breaks -Werror builds. > > I can easily work around it by setting `-D git_werror=disabled' or even better still: > > CFLAGS+=" -Wall" arch-meson... This should be easily fixable by adding -Wformat in our list of flags that we pass to compiler. We were incorrectly relying on meson to add -Wformat automatically and since we add the other -Wformat* flags manu...
2020 Sep 01
0
Re: Meson build
...-Wformat-zero-length] >cc1: warning: ?-Wformat-contains-nul? ignored without ?-Wformat? [-Wformat-contains-nul] >cc1: warning: ?-Wformat-security? ignored without ?-Wformat? [-Wformat-security] > >which of course breaks -Werror builds. > >I can easily work around it by setting `-D git_werror=disabled' or even better still: > >CFLAGS+=" -Wall" arch-meson... > >Maybe this github issue is related?: > >https://github.com/mesonbuild/meson/issues/7399 > According to the quick guide: https://mesonbuild.com/Quick-guide.html The command line switch --bu...
2020 Sep 01
0
Re: Meson build
...ins-nul’ ignored without ‘-Wformat’ [-Wformat-contains-nul] > > > cc1: warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] > > > > > > which of course breaks -Werror builds. > > > > > > I can easily work around it by setting `-D git_werror=disabled' or even better still: > > > > > > CFLAGS+=" -Wall" arch-meson... > > > > This should be easily fixable by adding -Wformat in our list of flags > > that we pass to compiler. We were incorrectly relying on meson to add > > -Wformat a...
2020 Sep 01
0
Re: Meson build
...warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] > > > > > > > > > > > > > > which of course breaks -Werror builds. > > > > > > > > > > > > > > I can easily work around it by setting `-D git_werror=disabled' or even better still: > > > > > > > > > > > > > > CFLAGS+=" -Wall" arch-meson... > > > > > > > > > > > > This should be easily fixable by adding -Wformat in our list of flags > > > >...