Hi,
I am getting this compiler (gcc 4.5) warning: `
> Formatter.cpp:23: warning: unknown
> conversion type character ‘"’ in format
And this is my code at line 23:
dprintf (fd, "<svg width=\"100%\" height=\"100%\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">");
I can't spot what am I doing which causes the warning. Can someone please help me?
Thank you.