const correctness

silence some qual-cast warnings by sprinkling more consts throughout,
e.g. casting a const void* to a const struct foo * const *
This commit is contained in:
Jordan Lee
2015-12-06 22:13:10 +00:00
parent 39c48a162e
commit b559a20029
14 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ tr_main (int argc,
tr_logSetLevel (TR_LOG_ERROR);
if (parseCommandLine (argc, (const char**)argv))
if (parseCommandLine (argc, (const char* const *)argv))
return EXIT_FAILURE;
if (showVersion)