Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ltp-full-20170516/testcases/kernel/syscalls/faccessat$ make
- gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I/home/naresh/Downloads/ltp-x86-build/ltp-full-20170516/testcases/kernel/include -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib faccessat01.c -lltp -o faccessat01
- In file included from ../../../../include/old/test.h:51:0,
- from faccessat01.c:44:
- faccessat01.c: In function ‘setup’:
- ../../../../include/old/old_safe_file_ops.h:55:27: warning: format not a string literal and no format arguments [-Wformat-security]
- (path), (fmt), ## __VA_ARGS__)
- ^
- faccessat01.c:132:2: note: in expansion of macro ‘SAFE_FILE_PRINTF’
- SAFE_FILE_PRINTF(cleanup, testfile, testfile);
- ^
- ../../../../include/old/old_safe_file_ops.h:55:27: warning: format not a string literal and no format arguments [-Wformat-security]
- (path), (fmt), ## __VA_ARGS__)
- ^
- faccessat01.c:133:2: note: in expansion of macro ‘SAFE_FILE_PRINTF’
- SAFE_FILE_PRINTF(cleanup, testfile2, testfile2);
- ^
Add Comment
Please, Sign In to add comment