Applied patch by kaliber from ticket #6349. which fixes quite a

few warnings. Thanks! I did not apply the hunks about moving
a logging function in the common accelerant code to be static.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39320 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-11-06 10:17:41 +00:00
parent 6ddd8057e6
commit 4c9da6dc09
14 changed files with 29 additions and 26 deletions
@@ -145,7 +145,7 @@ struct R128_RAMSpec { // All values in XCLKS
int readToWriteDelay; // Read to Write Delay
int loopLatency; // Loop Latency
int loopFudgeFactor; // Add to memReadLatency to get loopLatency
char *name;
const char *name;
};