1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

Eliminate MSVC compiler warnings.

This commit is contained in:
v.audacity
2010-09-02 03:32:35 +00:00
parent c31e01e980
commit 4c72458c6c
3 changed files with 11 additions and 4 deletions

View File

@@ -603,6 +603,7 @@ LVAL xcleanup(void)
{
xllastarg();
xlcleanup();
return (NIL);
}
/* xtoplevel - special form 'top-level' */
@@ -610,6 +611,7 @@ LVAL xtoplevel(void)
{
xllastarg();
xltoplevel();
return (NIL);
}
/* xcontinue - special form 'continue' */
@@ -617,6 +619,7 @@ LVAL xcontinue(void)
{
xllastarg();
xlcontinue();
return (NIL);
}
/* xevalhook - eval hook function */