Skip to content

Commit

Permalink
Fix compiler warnings on OS X / JVM backend
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 23, 2015
1 parent 0ec17f3 commit 4659f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/04-nativecall/01-argless.c
Expand Up @@ -7,7 +7,7 @@
#define DLLEXPORT extern
#endif

DLLEXPORT Nothing()
DLLEXPORT void Nothing()
{
/* we don't even print something */
}
Expand Down

0 comments on commit 4659f32

Please sign in to comment.