John, On 2011-03-09 00:32, John Leiseboer wrote: > $ 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*' ... > Easy enough to fix with casts in right places.
Good call. Switched to a newer gcc and added those casts. Repository is up to date. Thanks, Lev _______________________________________________ cicm mailing list [email protected] https://www.ietf.org/mailman/listinfo/cicm
