Github user phrocker commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/63
@jdye64 Since I moved to using auto instead of int, we are actually using a
car to iterate through the string, therefore the previous code that existed now
throws the warning. This is a placeholder for a block I submitted. I think it
is safe to treat this as UTF-8 since NiFi enforces UTF-8, but before doing so
I'd like some more testing. Therefore I leave the warning be as a placeholder.
Realistically we could just change auto to int to get rid of the warning, but I
think it serves as a warning that we weren't handling UTF correctly previously
and now. I will deal with this in a subsequent PR.
Again, I think we're okay as long as NiFi sticks with UTF-8, but I'd like
to beef up the tests.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---