VMS Help
CC, Messages, NOINLINEREF

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

 Message        <Context> "<name>" has internal linkage and is
                referenced from an an inline auxiliary function.
                This is a violation of the C99 Standard.

 Description    A function declared with the inline keyword and
                without a declaration containing the keyword, extern,
                or without a declaration which lacks the inline
                keyword and the static keyword declares an auxiliary
                inline declaration.  A definition of an auxiliary
                inline shall not contain a definition of a modifiable
                object with static storage duration, and shall not
                contain a reference to an identifier with internal
                linkage.

 User Action    Remove the inline keyword from all declarations of
                the parent function, or if it is appropriate, change
                the declaration of the referenced item to a
                declaration which has something other than internal
                linkage.
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.