mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
compilation warning
This commit is contained in:
parent
1586b85da5
commit
8702144ba5
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ public class NewCfgDialog implements INewCfgDialog {
|
|||
for (int i = 0; i < descs.length; ++i) {
|
||||
cfgds[i] = ManagedBuildManager.getConfigurationForDescription(descs[i]);
|
||||
IConfiguration cfg = cfgds[i];
|
||||
for(; cfg != null && !cfg.isExtensionElement(); cfg = cfg.getParent());
|
||||
for(; cfg != null && !cfg.isExtensionElement(); cfg = cfg.getParent()) {}
|
||||
if (cfg != null) {
|
||||
IProjectType pType = cfg.getProjectType();
|
||||
if(pType != null){
|
||||
|
|
Loading…
Add table
Reference in a new issue