Joy Conner
9th July 2015, 22:02
I am getting warning that says "tdinv001.cwar remains FIXED in function stpapi.put.field."

Does anyone know what if anything should be done to get rid of warning?

Joy Conner

benito
9th July 2015, 23:54
you can suppress the warning by putting -w in compile flags in program scripts.

sachinbaan
10th July 2015, 07:14
Hi,

As benito suggests -w or you can write "#pragma nowarnings" in script..

mark_h
10th July 2015, 15:57
Those options just suppress the warnings. I think Joy is looking for an actual solution to prevent the warning in the first place.

I do not have one - I have always just lived with those "remain fixed" warnings.

Joy Conner
10th July 2015, 16:41
Thanks. I know how to suppress warnings. Just thought I was overlooking something that adds robustness.