Bug 28023

Summary: cygwin build fix for fpclassify
Product: Mesa Reporter: Jon Turney <jon.turney>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: Cygwin   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch to fix build

Description Jon Turney 2010-05-07 11:34:33 UTC
main/querymatrix.c:79: error: expected identifier before numeric constant
main/querymatrix.c:80: error: expected identifier or '(' before 'sizeof'
main/querymatrix.c:80: error: expected ')' before '?' token
make[2]: *** [main/querymatrix.o] Error 1

found by tinderbox
http://tinderbox.freedesktop.org/builds/2010-05-07-0017/logs/libGL/#build

fpclassify dummy definition is not needed on cygwin, either, as fpclassify is provided by math.h
Comment 1 Jon Turney 2010-05-07 11:35:10 UTC
Created attachment 35502 [details] [review]
Patch to fix build
Comment 2 Brian Paul 2010-05-07 13:36:30 UTC
Committed.  Thanks.

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.