1
0
Fork 0
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:
Andrew Gvozdev 2011-03-10 22:40:34 +00:00
parent 3cbe8ee97c
commit 20add21d25

View file

@ -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 &&