mirror of
https://github.com/reactos/CMake.git
synced 2025-02-04 02:47:29 +00:00
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…
x
Reference in New Issue
Block a user