Github user jdye64 commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/52#discussion_r102765412
  
    --- Diff: libminifi/src/FlowController.cpp ---
    @@ -289,6 +289,12 @@ Processor 
*FlowControllerImpl::createProcessor(std::string name, uuid_t uuid) {
                return NULL;
        }
     
    +   #ifdef BUILD_GPS
    --- End diff --
    
    This was not very smart of me ... this will cause an error to be thrown 
that the processor of type GetGPS does not exist at runtime because the last 
else condition will be triggered before this. I need to move this higher up the 
condition before the last else.


---
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.
---

Reply via email to