-
Notifications
You must be signed in to change notification settings - Fork 10
[Feature Request]: [dcc32 Warning] W1057 Implicit string cast from 'UTF8String' to 'string' and vice versa #119
Copy link
Copy link
Open
Labels
rev: PlannedWhen a feature request is approved and will be implementedWhen a feature request is approved and will be implementedsev: LowThe degree on which the issue impacts functionality of the packageThe degree on which the issue impacts functionality of the packagevcs: New FeatureWhen the issue represents a new feature for the projectWhen the issue represents a new feature for the project
Milestone
Description
Suggestion Description
When I compile a project with PascalRAL a lot of warnings are shown :
[dcc32 Warning] RALSynopseClient.pas(108): W1057 Implicit string cast from 'UTF8String' to 'string'
[dcc32 Warning] RALSynopseClient.pas(108): W1057 Implicit string cast from 'string' to 'UTF8String'
I know that I can disable warning in project -> options -> Delphi compiler -> Hint and warnings, but .... then I loose the hability to see bad casting in other parts of my application
I can solve all the warnings but I would like to include them as changes in the pascalRAL project
How can I upload my changes?
Thank you
Assets
No
Reason for the suggestion
No response
Additional Info
No response
Referral
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rev: PlannedWhen a feature request is approved and will be implementedWhen a feature request is approved and will be implementedsev: LowThe degree on which the issue impacts functionality of the packageThe degree on which the issue impacts functionality of the packagevcs: New FeatureWhen the issue represents a new feature for the projectWhen the issue represents a new feature for the project