execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -Wformat...
authorJakub Jelinek <jakub@redhat.com>
Fri, 15 Jan 2016 20:20:58 +0000 (21:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 15 Jan 2016 20:20:58 +0000 (21:20 +0100)
commitf47429917545ac2811630ff8648f05aa01aa3edf
tree749945fe686788f32050728b9e7666f38d73964b
parent4c0f272cfce3744f4420f86c07f44ed3cc5ecda1
execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -Wformat-security warning.

* intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg
instead of msg to avoid -Wformat-security warning.

From-SVN: r232449
libgfortran/ChangeLog
libgfortran/intrinsics/execute_command_line.c