azbycxdw909 / garglk

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

Deprecated string parameter passing in t23run.c #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compiling tads under Linux yields the following warnings:

C++ build/linux.release/tads/t23run.o 
tads/t23run.cpp:35: warning: deprecated conversion from string constant to
‘char*’
tads/t23run.cpp:35: warning: deprecated conversion from string constant to
‘char*’
tads/t23run.cpp: In function ‘void glk_main()’:
tads/t23run.cpp:182: warning: deprecated conversion from string constant to
‘char*’
tads/t23run.cpp:195: warning: deprecated conversion from string constant to
‘char*’

Original issue reported on code.google.com by bcressey@gmail.com on 30 Oct 2008 at 2:55

GoogleCodeExporter commented 8 years ago
We can fix when gcc forces our hand.

Original comment by bcressey@gmail.com on 7 Nov 2008 at 10:53