◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4027 function declared without formal parameter list The function was declared to take no formal parameters (the formal parameter type list consisted of the keyword void), but either formal parameters were given in the function definition or actual parameters were given in a call to the function. Subsequent calls to this function will assume that the function takes actual parameters of the types found in the function declaration or call. -♦-