BeRo1985 / flre

FLRE - Fast Light Regular Expressions - A fast light regular expression library
GNU Lesser General Public License v2.1
94 stars 23 forks source link

fix fpc warnings #61

Closed benibela closed 2 years ago

benibela commented 4 years ago

fix fpc warnings

FLRE.pas(4845,5) Note: (5025) Local variable "Index" not used FLRE.pas(4846,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(5013,5) Note: (5025) Local variable "Index" not used FLRE.pas(5014,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(5174,5) Note: (5025) Local variable "Index" not used FLRE.pas(5175,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(5357,5) Note: (5025) Local variable "Index" not used FLRE.pas(5358,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(5474,5) Note: (5025) Local variable "Index" not used FLRE.pas(5475,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(5642,5) Note: (5025) Local variable "Index" not used FLRE.pas(5643,5) Note: (5025) Local variable "CurrentChar" not used FLRE.pas(10754,2) Warning: (6060) Case statement does not handle all possible cases FLRE.pas(12797,24) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(12805,24) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(12892,17) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(12929,17) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(13541,15) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(13545,15) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(13548,23) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(13548,58) Note: (6058) Call to subroutine "function TFLRE.IsWordChar(const CharValue:LongWord):Boolean;" marked as inline is not inlined FLRE.pas(19729,3) Warning: (6060) Case statement does not handle all possible cases FLRE.pas(19922,5) Warning: (6060) Case statement does not handle all possible cases

BeRo1985 commented 2 years ago

Already fixed :-)