National Instruments 320685D-01 Drums User Manual


 
Appendix A Errors and Warnings
LabWindows/CVI Programmer Reference Manual A-26
©
National Instruments Corporation
Missing argument to
variable argument
function.
Fatal
Run-time Error
Variable argument function requires at least
one argument beyond the last formal
parameter.
Missing array size. Compile
Error
You attempted to define a block scope object
or type that is an array which has an element
type that is an incomplete array type, such as
an array with unspecified size. The array
element type must be a complete array type,
such as an array type with a known size.
Missing format string
integer.
Non-Fatal
Run-time Error
Integer that corresponds to an asterisk in a
format string is missing. Incorrect ordering
of the arguments can cause this. This integer
must precede the actual argument.
Missing identifier. Compile
Error
Identifier that specifies the object name is
missing from the object declaration. Ensure
that an identifier follows the object type
specifier.
Missing label in goto. Compile
Error
goto statement is missing an identifier label.
Missing parameter name
to function FUNCTION.
Compile
Error
Parameter list of the function definition is
missing an identifier for one of its parameter
declarations. All parameter declarations for
a function definition must include an
identifier except for the special case of a
parameter list consisting of a single
parameter of type
void, in which there must
not be an identifier.
Missing parameter type. Compile
Error
Type specifier is missing from a parameter
declaration in a new-style (prototype)
function declaration. Ensure that the
function declaration is not mixing old-style
parameter declarations with new-style
(prototype) declarations.
Table A-1.
Error Messages (Continued)
Error Message Type Error Comment
00ProRef.book : 07AppA.fm Page 26 Monday, March 9, 1998 3:23 PM