Commit 813ddf255d076efe65c953ff5dc6521839ab052b

Ran Benita 2012-03-24T00:29:33

Silence -Wcast-qual warnings There are some cases where we must free a string with a const qualifier. Add a macro UNCONSTIFY to trick the compiler into silencing the warning in the cases where we know what we're doing. Signed-off-by: Ran Benita <ran234@gmail.com>