ENH: warning fix
This commit is contained in:
parent
ff3eeef545
commit
13661cdd23
|
@ -55,7 +55,7 @@ cmMakefileTargetGenerator::New(cmLocalUnixMakefileGenerator3 *lg,
|
|||
result = new cmMakefileUtilityTargetGenerator;
|
||||
break;
|
||||
default:
|
||||
return result
|
||||
return result;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue