Search Unity

This function declaration is not a prototype

Discussion in 'iOS and tvOS' started by tvalleau, May 21, 2019.

  1. tvalleau

    tvalleau

    Joined:
    Jul 1, 2010
    Posts:
    108
    I get literally thousands of these:
    "This function declaration is not a prototype" when I run. I know what it is [ () should be (void) ].

    It's in the Unity code. I'd like to know either
    1) when you're going to fix the code
    or
    2) how to disable strict typing in Xcode

    please.
     
    kenwrotethis likes this.
  2. johnhurliman

    johnhurliman

    Joined:
    Jan 14, 2016
    Posts:
    7
  3. tvalleau

    tvalleau

    Joined:
    Jul 1, 2010
    Posts:
    108
    Thx for the answer. It was worth the wait! :)