Novikov, Lev wrote:

> We now have a Google Code project at
http://code.google.com/p/ietf-cicm/.
...
> Technical issues should be brought up on the mailing list.

$ make
g++ -Wall -Werror -o encrypt.exe encrypt.cpp
cc1plus: warnings being treated as errors
encrypt.cpp: In function 'int main()':
encrypt.cpp:15: error: deprecated conversion from string constant to
'char*'
encrypt.cpp:18: error: deprecated conversion from string constant to
'char*'
encrypt.cpp:22: error: deprecated conversion from string constant to
'char*'
encrypt.cpp:24: error: deprecated conversion from string constant to
'char*'
make: *** [encrypt] Error 1

$ gcc --version
gcc (GCC) 4.4.5 20101112 (Red Hat 4.4.5-2)
Copyright (C) 2010 Free Software Foundation, Inc.

Easy enough to fix with casts in right places.

John Leiseboer

----------------------------------------------------------------
John Leiseboer                    QuintessenceLabs Pty Ltd
Chief Technology Officer          Suite 23, Physics Building #38
P: +61 7 5494 6740                Science Road
F: +61 2 6125 7180                Australian National University
M: +61 409 487 510                Acton, ACT 0200 Australia
mailto:[email protected]    www.quintessencelabs.com
----------------------------------------------------------------

_______________________________________________
cicm mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/cicm

Reply via email to