Skip to content

Commit

Permalink
Fixed a compiler warning, for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 26, 2009
1 parent 0d075fd commit 5cfb616
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/mojoshader-compiler.c
Expand Up @@ -205,8 +205,9 @@ static int compile(const char *fname, const char *buf, int len,
const MOJOSHADER_preprocessorDefine *defs,
unsigned int defcount, FILE *io)
{
const MOJOSHADER_parseData *pd;
int retval = 0;
// !!! FIXME: write me.
//const MOJOSHADER_parseData *pd;
//int retval = 0;

MOJOSHADER_compile(fname, buf, len, defs, defcount,
open_include, close_include,
Expand Down

0 comments on commit 5cfb616

Please sign in to comment.