Skip to content

Commit

Permalink
Warning cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 2, 2000
1 parent 3cafce8 commit 5441cf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BASIClib/EnvrFunctions.c
Expand Up @@ -129,6 +129,9 @@ void _vbpS_environ(PBasicString newEnvrStr)
* returns : void.
*/
{
#warning Write me!


#if 0
void *separator;
__byte *envrName;
Expand All @@ -150,7 +153,7 @@ void _vbpS_environ(PBasicString newEnvrStr)
} /* _vbpS_environ */


__integer _vbiS_fre(PBasicString strExp)
__integer _vbiS_fre(__attribute__ ((unused)) PBasicString strExp)
/*
* Compact memory (garbage collect), and return the available string space,
* in bytes.
Expand All @@ -159,6 +162,7 @@ __integer _vbiS_fre(PBasicString strExp)
* returns : see above.
*/
{
#warning lose this?
__memDoFullCollect();
return((__integer) 65767); /* !!! */
} /* _vbiS_fre */
Expand Down

0 comments on commit 5441cf8

Please sign in to comment.