GnuCOBOL  2.0
A free COBOL compiler
warning.def File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 CB_WARNDEF (cb_warn_obsolete,"obsolete", _("warn if obsolete features are used")) CB_WARNDEF(cb_warn_archaic
 
 _ ("warn if archaic features are used")) CB_WARNDEF(cb_warn_redefinition
 
 _ ("warn incompatible redefinition of data items")) CB_WARNDEF(cb_warn_constant
 
 _ ("warn inconsistent constant")) CB_WARNDEF(cb_warn_overlap
 
 _ ("warn overlapping MOVE items")) CB_WARNDEF(cb_warn_parentheses
 
 _ ("warn lack of parentheses around AND within OR")) CB_WARNDEF(cb_warn_strict_typing
 
strict _ ("warn type mismatch strictly")) CB_WARNDEF(cb_warn_implicit_define
 
strict implicit _ ("warn implicitly defined data items")) CB_WARNDEF(cb_warn_corresponding
 
strict implicit _ ("warn CORRESPONDING with no matching items")) CB_WARNDEF(cb_warn_external_val
 
strict implicit external _ ("warn EXTERNAL item with VALUE clause")) CB_WARNDEF(cb_warn_prototypes
 
strict implicit external _ ("warn missing FUNCTION prototypes/definitions")) CB_NOWARNDEF(cb_warn_call_params
 
strict implicit external call _ ("warn non 01/77 items for CALL params")) CB_NOWARNDEF(cb_warn_column_overflow
 
strict implicit external call column _ ("warn text after program-text area, FIXED format")) CB_NOWARNDEF(cb_warn_terminator
 
strict implicit external call column _ ("warn lack of scope terminator END-XXX")) CB_NOWARNDEF(cb_warn_truncate
 
strict implicit external call column _ ("warn possible field truncation")) CB_NOWARNDEF(cb_warn_linkage
 
strict implicit external call column _ ("warn dangling LINKAGE items")) CB_NOWARNDEF(cb_warn_unreachable
 

Variables

 archaic
 
 redefinition
 
 constant
 
 overlap
 
 parentheses
 
strict typing
 
strict implicit define
 
strict implicit corresponding
 
strict implicit external value
 
strict implicit external prototypes
 
strict implicit external call params
 
strict implicit external call column overflow
 
strict implicit external call column terminator
 
strict implicit external call column truncate
 
strict implicit external call column linkage
 
strict implicit external call column unreachable
 

Function Documentation

_ ( "warn if archaic features are used"  )
_ ( "warn incompatible redefinition of data items"  )
_ ( "warn inconsistent constant )
_ ( "warn overlapping MOVE items"  )
_ ( "warn lack of parentheses around AND within OR )
strict _ ( "warn type mismatch strictly"  )
strict implicit _ ( "warn implicitly defined data items"  )
strict implicit _ ( "warn CORRESPONDING with no matching items"  )
strict implicit external _ ( "warn EXTERNAL item with VALUE clause"  )
strict implicit external _ ( "warn missing FUNCTION prototypes/definitions"  )
strict implicit external call _ ( "warn non 01/77 items for CALL params )
strict implicit external call column _ ( "warn text after program-text  area,
FIXED format"   
)
strict implicit external call column _ ( "warn lack of scope terminator END-XXX"  )
strict implicit external call column _ ( "warn possible field truncation"  )
strict implicit external call column _ ( "warn dangling LINKAGE items"  )
CB_WARNDEF ( cb_warn_obsolete  ,
"obsolete"  ,
_("warn if obsolete features are used")   
)

Variable Documentation

archaic

Definition at line 30 of file warning.def.

constant

Definition at line 36 of file warning.def.

strict implicit corresponding

Definition at line 51 of file warning.def.

strict implicit define

Definition at line 48 of file warning.def.

strict implicit external call column linkage

Definition at line 72 of file warning.def.

strict implicit external call column overflow

Definition at line 63 of file warning.def.

Referenced by cob_decimal_get_binary(), and format_datetime().

overlap

Definition at line 39 of file warning.def.

parentheses

Definition at line 42 of file warning.def.

strict implicit external prototypes

Definition at line 57 of file warning.def.

redefinition

Definition at line 33 of file warning.def.

strict implicit external call column terminator

Definition at line 66 of file warning.def.

strict implicit external call column truncate

Definition at line 69 of file warning.def.

strict typing

Definition at line 45 of file warning.def.

strict implicit external call column unreachable

Definition at line 75 of file warning.def.