File: errors.html

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (35 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<HTML>
<HEAD>
<TITLE>Option: errors</TITLE>
</HEAD>
<BODY>
<A HREF="toc.html">Table of Contents</A><P>
<P>Previous: <A HREF="division.html">-division</A><HR><P>
<H2>Option: <font color=#FF0080>errors</font></H2><P>
<A NAME="errors"></A><DT><B><A HREF="errors.html">-errors</A>=</B><I>num</I> 
 </DT>
<DD>Set the maximum number of error messages in a ``cascade''. During checking 
of agreement of subprogram arguments, common block declarations, and so 
forth, sometimes a single case will generate a long string of warnings. 
 Often this simply indicates some other cause than a genuine item-by-item 
mismatch, such as for example a varible missing from one list.  So in such 
cases <B>ftnchek </B> stops printing the warnings after the cascade limit is 
reached, and the trailer ``etc... '' is printed to indicate that there were more 
errors not printed.  If you think that these warnings are likely to be 
genuine, use this setting to see more of them. Turn-on = default = 3, max 
= 999.  A value of 0 means no limit.  <blockquote></DD>
</DL>
<P>
This setting does not set an overall 
limit on the number of error messages printed, only the number printed 
in any one cascade.  Most types of warnings and error messages are not 
subject to the cascade effect and so are not affected by this setting. 
 To turn off warnings generally, use the individual warning control options 
or the <B>-nocheck </B> option. <P>
See also: <B><A HREF="check.html">-check</A> </B>.  </blockquote>
<P>
 
<DL>

<P><HR><P>Next: <A HREF="extern.html">-extern</A>
</BODY></HTML>