Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #83144: assert-redef-nowarn.patch for
bug #127605
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 127605
Collapse All
|
Expand All
(-)
ksudoku-0.3.orig/src/ArcBall.h (+1 lines)
Lines 26-31
Link Here
26
#ifdef _DEBUG
26
#ifdef _DEBUG
27
# include "assert.h"
27
# include "assert.h"
28
#else
28
#else
29
# undef assert
29
# define assert(x) { }
30
# define assert(x) { }
30
#endif
31
#endif
31
32
Return to
bug 127605