X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fc%2B%2B;h=76a9e95ff479df19b60cb7dabce76ad5224a46dc;hb=2475b608a1edcc1a00d8046e32b55472dd81684f;hp=21e9a29a9aba477958829023bb241cc1b578b803;hpb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;p=blhc%2Fblhc.git diff --git a/t/logs/c++ b/t/logs/c++ index 21e9a29..76a9e95 100644 --- a/t/logs/c++ +++ b/t/logs/c++ @@ -9,3 +9,7 @@ c++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securit c++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable] c++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest + +rm c++test.h +c++\ + test.c