You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.molgen.mpg.de/mariux64/bee
cd bee
make install
cd ..
git clone https://github.molgen.mpg.de/mariux64/bee-files
cd bee-files
./xdu.be0
[...]
[BEE] make PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/xdu
cc -Wall -Werror -Wextra -pedantic -std=gnu99 -O2 -g -c -o xdu.o xdu.c
xdu.c: In function ‘printpath’:
xdu.c:733:5: error: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Werror=unused-result]
733 | asprintf(&path, "%s", np->name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xdu.c:736:9: error: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Werror=unused-result]
736 | asprintf(&path, "%s/%s", np->parent->name, path);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [<builtin>: xdu.o] Error 1
root@baconseed:~/bee-files# cc --version
cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: