Skip to content
  • Craig Scott's avatar
    Solaris: Fix shadowed declaration warning · 8ef14467
    Craig Scott authored
    "single" is a type declared in /usr/include/floatingpoint.h on Solaris,
    so the local variable of the same name in cmParseArgumentsCommand.cxx
    was triggering a compiler warning about the local variable shadowing
    the type.
    8ef14467