This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libobjc/63863] New: New warnings in libobjc due to the move over to GNU11 by default


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63863

            Bug ID: 63863
           Summary: New warnings in libobjc due to the move over to GNU11
                    by default
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libobjc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org

/var/lib/jenkins/workspace/GCCupstream/libobjc/sendmsg.c:338:13: warning:
âget_implementationâ is static but used in inline function âget_impâ which is
not static
       res = get_implementation(nil, class, sel);
             ^
/var/lib/jenkins/workspace/GCCupstream/libobjc/sendmsg.c:335:15: warning:
âsarray_get_safeâ is static but used in inline function âget_impâ which is not
static
   void *res = sarray_get_safe (class->dtable, (size_t) sel->sel_id);
               ^
/var/lib/jenkins/workspace/GCCupstream/libobjc/sendmsg.c:143:21: warning:
â__objc_word_forwardâ is static but used in inline function
â__objc_get_forward_impâ which is not static
         return (IMP)__objc_word_forward;
                     ^
/var/lib/jenkins/workspace/GCCupstream/libobjc/sendmsg.c:141:21: warning:
â__objc_double_forwardâ is static but used in inline function
â__objc_get_forward_impâ which is not static
         return (IMP)__objc_double_forward;
                     ^
/var/lib/jenkins/workspace/GCCupstream/libobjc/sendmsg.c:139:21: warning:
â__objc_block_forwardâ is static but used in inline function
â__objc_get_forward_impâ which is not static
         return (IMP)__objc_block_forward;
                     ^

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]