https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49551
Prathamesh changed:
What|Removed |Added
CC||bilbotheelffriend at gmail dot
com
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bilbotheelffriend at gmail dot com
Hi,
It appears to me that, g++ does not warn for -Wvarargs for member
functions.
For the following test-case:
#include
struct f
{
void foo(int x, int y, ...)
{
va_list ap
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
--- Comment #2 from Prathamesh ---
Hi,
Consider the following test-case:
#define FOO(a...)
When compiled with: gcc -E -Wpedantic
the following warning gets printed:
empty-arg.c:1:14: warning: ISO C does not permit named variadic macros
[-Wvariadi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
Prathamesh changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
Severity|n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60975
Prathamesh changed:
What|Removed |Added
CC||bilbotheelffriend at gmail dot
com
gcc dot gnu.org
Reporter: bilbotheelffriend at gmail dot com