diff options
author | Tom de Vries <tdevries@suse.de> | 2019-07-24 19:01:59 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2019-07-24 19:01:59 +0200 |
commit | b3b965fb91e1671da5b7d42349fa0d78e80c29f4 (patch) | |
tree | e999305757c275486580c6efdd005e9469189274 /gdb/python/py-objfile.c | |
parent | 8f79c1075e8f258ac5a909b39704009ebc440e76 (diff) | |
download | gdb-b3b965fb91e1671da5b7d42349fa0d78e80c29f4.zip gdb-b3b965fb91e1671da5b7d42349fa0d78e80c29f4.tar.gz gdb-b3b965fb91e1671da5b7d42349fa0d78e80c29f4.tar.bz2 |
[gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m
When running gdb.objc/objcdecode.exp we get:
...
objcdecode.m: In function '-[Decode multipleDef]':
objcdecode.m:14:3: warning: incompatible implicit declaration of built-in \
function 'printf'
printf("method multipleDef\n");
^~~~~~
objcdecode.m:14:3: note: include '<stdio.h>' or provide a declaration of \
'printf'
...
Fix this in the three gdb.objc/*.m test-cases by including stdio.h.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2019-07-24 Tom de Vries <tdevries@suse.de>
PR testsuite/24807
* gdb.objc/basicclass.m: Include stdio.h.
* gdb.objc/nondebug.m: Same.
* gdb.objc/objcdecode.m: Same.
Diffstat (limited to 'gdb/python/py-objfile.c')
0 files changed, 0 insertions, 0 deletions