A bit late in testing, but your new compiler 64bit version, windows helped me get rid of the skip error warning message and there's also a slight reduction of code size and one stack size less in hardware.
Compilation started at :12-Oct-19 07:36:42
jal jalv25r2 (compiled Jan 12 2019)
173 branches checked, 0 errors
446 data accesses checked, 0 errors
[Warning] (16f1455_SBHID_password.jal) [Line 142] skip error at 0x0470
95 skips checked, 1 errors
[Warning] (16f1455_SBHID_password.jal) [Line 142] skip error at 0x0470
Compiler CommandLine: C:\Users\sunish.issac\DOWNLO~1\ELECTR~1\JALLIB~1.0BE\compiler\jalv2.exe "C:\Users\sunish.issac\Dropbox\Projects\HW\PIC\JAL\PasswordSender\src\16f1455\16f1455_SBHID_password.jal" -s "C:\Users\sunish.issac\Dropbox\Projects\HW\PIC\JAL\PasswordSender\src\16f1455\;C:\Users\sunish.issac\DOWNLO~1\ELECTR~1\JALLIB~1.0BE\lib" -no-variable-reuse
Errors :0 Warnings :1
Code :1611/8192 Data:95/1024 Hardware Stack : 7/16 Software Stack :80
Compilation started at :12-Oct-19 07:38:10
jal jalv25r3 (compiled Sep 15 2019)
162 branches checked, 0 errors
446 data accesses checked, 0 errors
95 skips checked, 0 errors
Compiler CommandLine: C:\jal1.3\compiler\jalv2_64.exe "C:\Users\sunish.issac\Dropbox\Projects\HW\PIC\JAL\PasswordSender\src\16f1455\16f1455_SBHID_password.jal" -s "C:\Users\sunish.issac\Dropbox\Projects\HW\PIC\JAL\PasswordSender\src\16f1455\;C:\Users\sunish.issac\DOWNLO~1\ELECTR~1\JALLIB~1.0BE\lib" -no-variable-reuse
Errors :0 Warnings :0
Code :1569/8192 Data:95/1024 Hardware Stack : 6/16 Software Stack :80
Yet to to test on real hardware, I have some new boards to test so will update once its's done.