[Bug 60763] New: Problem reporter errors on C function pointer declarations

Jon Smirl jonsmirl at yahoo.com
Fri Jul 4 21:19:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60763     
           Summary: Problem reporter errors on C function pointer
                    declarations
           Product: kdevelop
           Version: CVS
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

I get a problem reporter error on the line with *emit. But I don't get one on *check_tex_sizes. The typedefs are coming from an include file that I'm not sure the problem reporter knows how to find.

static struct {
   void                (*emit)( GLcontext *, GLuint, GLuint, void *, GLuint );
   interp_func		interp;
   copy_pv_func	        copy_pv;
   GLboolean           (*check_tex_sizes)( GLcontext *ctx );
   GLuint               vertex_size;
   GLuint               vertex_stride_shift;
   GLuint               vertex_format;
} setup_tab[R200_MAX_SETUP];

This may also be related to only declaring types without variable names.




More information about the KDevelop-devel mailing list