12.03.2016 22:54, Jiri B пишет:
> On Sat, Mar 12, 2016 at 09:29:15PM +0300, Andrei Borzenkov wrote:
>>> cc -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment
>>> -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero
>>> -Wfloat-equal -Wformat-extra-args -Wformat-secur
On Sat, Mar 12, 2016 at 09:29:15PM +0300, Andrei Borzenkov wrote:
> > cc -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment
> > -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero
> > -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit
> > -
12.03.2016 19:57, Jiri B пишет:
> Hi,
>
> I'm trying to build grub-2.02-beta3 on OpenBSD 5.9 amd64 and build
> fails:
>
> cc -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment
> -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal
> -Wformat-extra-arg
Hi,
I'm trying to build grub-2.02-beta3 on OpenBSD 5.9 amd64 and build
fails:
cc -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment
-Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal
-Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit
-Wi
Follow-up Comment #1, bug #41295 (project grub):
...and even a bit more can be achieved with zopflipng:
$ for file in $(find . -name *.png) ; do zopflipng -m $file $file.new && mv
$file.new $file ; done
[...]
$ du -bc $(find . -name "*.png") | tail -n 1
1363348 total
__