commit | 2f94ac47d5b4c8e4aa5ea8014fa630565730c172 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Feb 05 16:58:16 2017 +0100 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Mon Feb 06 11:05:42 2017 -0500 |
tree | 08749165ebf1951ce74c281bb4df1bc53a99f025 | |
parent | a51b30ae23676502b63a2808456f6590ba8a3a23 [diff] |
policycoreutils/hll/pp: fix -Wwrite-strings warnings In main(), variable ifile can be made const char*. While at it, make ofile const char* too. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>