-std=c99, c11, c18 compiles but reports:
"warning: implicit declaration of function ‘popen’; did you mean
‘fopen’? [-Wimplicit-function-declaration]"
--
RSI (Rick Stanley, Inc.)
(917) 822-7771
www.rsiny.com
Computer Systems Consulting
Linux & Open Source Specialists
Warning incorrectly reported:
"warning: implicit declaration of function ‘popen’; did you mean
‘fopen’? [-Wimplicit-function-declaration]"
Package: gcc
Version: 4:10.2.1-1
Severity: normal
X-Debbugs-Cc: r...@scotsgeek.com
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
#include
int main(void)
{
popen("ls -la", "r");
return 0;
}
-std=c89, c9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877
--- Comment #11 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:d58a66aa0faa64bfbd85e528be5104293dd41d0e
commit r12-1712-gd58a66aa0faa64bfbd85e528be5104293dd41d0e
Author: Jakub Jelinek
Date: T
4 matches
Mail list logo