oizma / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

deprecated conversion from string constant to ‘char*’ calling yyerror #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build http://hg.mozilla.org/mozilla-central/rev/96de199027d7

What is the expected output?
no warnings about deprecated conversion from string constant to ‘char*’

What do you see instead?
gfx/angle/generated/glslang_tab.cpp:
4547: warning: deprecated conversion from string constant to ‘char*’
4690: warning: deprecated conversion from string constant to ‘char*’

What version of the product are you using?

Please provide any additional information below.

I believe that the safe/correct thing to do is to mark the parameter as const

Original issue reported on code.google.com by timeless...@gmail.com on 16 Jul 2010 at 1:08

Attachments:

GoogleCodeExporter commented 9 years ago
please resolve this as Type-Invalid. I didn't mean to submit it as this user.

Original comment by timeless...@gmail.com on 16 Jul 2010 at 1:10

GoogleCodeExporter commented 9 years ago
Marking this as invalid as requested.

Original comment by alokp@chromium.org on 9 Aug 2010 at 6:11