For the error go to the *.inc file in the PBP directory for your chip and comment out this line

__config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_ON & _CP_OFF

with a ;

The warning is just a warning, you can add this near the top of you code
Code:
Asm
    ERRORLEVEL -205
Endasm
or put a space between
@ and _
in the config statement in you code.

This stuff is addictive