Skip to content
  • Brad King's avatar
    COMP: Avoid incompatible pointer warning · a1a6712b
    Brad King authored
    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.
    a1a6712b