Someones warnings when I compile

I have someones warning when I compile, please where can I found a solution for this?
I dont like have any warnings

C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino\Stream.cpp: In member function 'bool Stream::find(char*)':
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino\Stream.cpp:78: warning: deprecated conversion from string constant to 'char*'

C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino\Tone.cpp:119: warning: only initialized variables can be placed into program memory área

Thank you so much and excuse my bad english

You may want to post the code that is failing to compile between code tags.

It is with all codes., Examples of the libraries too.
MY Ide is 1.0.6 and I tryed wit 1.0.5 and it is same.
Is only warnings but I dont want see text in red....

If you don't want to see those warnings then turn OFF verbose error reporting. Those warnings are nothing to do with the code you have written

@ChilliTronix - look at the file names!

Mark

holmes4:
@ChilliTronix - look at the file names!

Mark

I did, and I was sure it wasn't his code so wondered what was causing it. I have not changed my settings, so have not seen those warnings before.