COMP: Avoid incompatible pointer warning
commit344077bb334cd0e1de7c2f16c74a990c0fc15987
authorking <king>
Sat, 27 Sep 2008 12:04:13 +0000 (27 12:04 +0000)
committerking <king>
Sat, 27 Sep 2008 12:04:13 +0000 (27 12:04 +0000)
tree03b8e05b2576e76c86703f46fdc6c6bdbd667096
parent68454f8d63ae6419755aab624bab9b401e400e0a
COMP: Avoid incompatible pointer warning

In SharedForward, the call to execvp warned on MinGW because the
signature declared in process.h has an extra const.  We use an explicit
cast to convert the pointer type.
Source/kwsys/SharedForward.h.in