Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7a7d555

Browse files
[[ Gyp ]] Tweak the revspeech dirty hack to fix mac builds
1 parent 722e9d3 commit 7a7d555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

revspeech/src/revspeech.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ static bool NarratorUnload(void)
7676

7777
///////////////////////////////////////////////////////////////////////////////
7878

79-
extern "C" void* getXtable();
79+
extern "C" void getXtable();
8080

8181
void revSpeechLoad(char *args[], int nargs, char **retstring,
8282
Bool *pass, Bool *error)
8383
{
8484
// Force a reference to the getXtable function
85-
(void)getXtable();
85+
getXtable();
8686

8787
*pass = False;
8888
*error = False;

0 commit comments

Comments
 (0)