Commit 7e6bda54 authored by Chris Rorvick's avatar Chris Rorvick Committed by Danny Auble
Browse files

make errno strings const

This makes it easier to pass string literals to slurm_perror(3).  For
example, a recent GCC emits the following when a string literal is passed
in C++:

   ISO C++ forbids converting a string constant to 'char*'

Bug 6082
parent f05be686
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment