diff options
| author | John Peterson <john.s.peterson@live.com> | 2013-05-22 02:40:00 +0200 |
|---|---|---|
| committer | John Peterson <john.s.peterson@live.com> | 2013-05-22 03:29:58 +0200 |
| commit | 9ab63aba886ff9b02c4b3680a7fdd77e100c8633 (patch) | |
| tree | 6e47e5f47f0190bb793007458a4c165a159dcb25 /Source/UnitTests/AudioJitTests.cpp | |
| parent | 2412b2287a66ae1a84ab71edc396be1563ac49fc (diff) | |
Adding unit test project to VS solution
because that inform about compile errors because of changes in function identity
DSP unit test build fix
Diffstat (limited to 'Source/UnitTests/AudioJitTests.cpp')
| -rw-r--r-- | Source/UnitTests/AudioJitTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/AudioJitTests.cpp b/Source/UnitTests/AudioJitTests.cpp index 4991eeb485..7712f59fc3 100644 --- a/Source/UnitTests/AudioJitTests.cpp +++ b/Source/UnitTests/AudioJitTests.cpp @@ -341,7 +341,7 @@ void AudioJitTests() //required to be able to link against DSPCore void DSPHost_UpdateDebugger() { } -unsigned int DSPHost_CodeLoaded(unsigned const char*, int) { return 0; } +void DSPHost_CodeLoaded(unsigned const char*, int) { } void DSPHost_InterruptRequest() { } bool DSPHost_OnThread() { return false; } void DSPHost_WriteHostMemory(unsigned char, unsigned int) { } |
