mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
bug 319512: Missing type arguments on managedbuilder.core
This commit is contained in:
parent
3cbe8ee97c
commit
20add21d25
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ public class DefaultGnuWinScannerInfoCollector extends DefaultGCCScannerInfoColl
|
|||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollector#contributeToScannerConfig(java.lang.Object, java.util.Map)
|
||||
*/
|
||||
@Override
|
||||
@SuppressWarnings("rawtypes")
|
||||
@Override
|
||||
public void contributeToScannerConfig(Object resource, Map scannerInfo) {
|
||||
// check the resource
|
||||
// if (resource != null && resource instanceof IResource &&
|
||||
|
|
Loading…
Add table
Reference in a new issue