Bug 102596 - indirect_init.c not compiling, incomplete function
Summary: indirect_init.c not compiling, incomplete function
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-07 22:31 UTC by Cris
Modified: 2017-09-11 15:39 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Cris 2017-09-07 22:31:33 UTC
indirect_init.c: In function ‘__glXNewIndirectAPI’:
indirect_init.c:1138:32: warning: missing terminating " character
     o = _glapi_get_proc_offset("g
                                ^
indirect_init.c:1138:32: error: missing terminating " character
     o = _glapi_get_proc_offset("g
                                ^~
indirect_init.c:43:0: error: unterminated #ifndef
 #ifndef GLX_USE_APPLEGL
 
indirect_init.c:1138:5: error: expected expression at end of input
     o = _glapi_get_proc_offset("g
     ^
indirect_init.c:1138:5: error: expected declaration or statement at end of input
indirect_init.c:1138:5: warning: control reaches end of non-void function [-Wreturn-type]
     o = _glapi_get_proc_offset("g
     ^


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.