LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

HIPAR TAG warning

HIPAR Error.png

 

What does this error mean? I create my c file from template. When I delete the template function code and define my own function, the warning information occurs when compile the code. 

0 Kudos
Message 1 of 2
(4,409 Views)

You may have noted this HIFN, HIRET, HIPAR lines on the source code you started from: they are documentation tags, whose description and use can be found here. They are useful to generate source code documentation and can assist you in developing your application, as they appear in the help tooltip that you can show by pressing Ctrl + Shift + Space on a function name.

 

The error you are facing now simply means the you started from a function definition with some parameters, removed some of them but left the correspinding HIPAR tag: the system warns that a parameter tag is found which does not match any parameter defined in the function. It's a non-blocking warning.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(4,401 Views)