mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Fixed warnings (treated as errors now)
This commit is contained in:
parent
213901d450
commit
7b7c0e00fd
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
|
|||
org.eclipse.cdt.internal.corext.fix;x-internal:=true,
|
||||
org.eclipse.cdt.internal.corext.template.c;x-internal:=true,
|
||||
org.eclipse.cdt.internal.corext.util;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui;x-friends:="org.eclipse.cdt.debug.edc.tests",
|
||||
org.eclipse.cdt.internal.ui.actions;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.browser.opentype;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.buildconsole;x-internal:=true,
|
||||
|
@ -57,7 +57,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
|
|||
org.eclipse.cdt.internal.ui.text.template;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.text.util;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.typehierarchy;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.util;x-friends:="org.eclipse.cdt.debug.ui",
|
||||
org.eclipse.cdt.internal.ui.util;x-friends:="org.eclipse.cdt.debug.ui,org.eclipse.cdt.debug.edc.tests",
|
||||
org.eclipse.cdt.internal.ui.viewsupport;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.wizards;x-internal:=true,
|
||||
org.eclipse.cdt.internal.ui.wizards.classwizard;x-internal:=true,
|
||||
|
|
Loading…
Add table
Reference in a new issue