diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 7121d95d9f..ebecb0b1a4 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,6 +1,6 @@ # ex: set ro: # $Id$ -# generated by tools/dev/mk_manifest_and_skip.pl Fri Mar 5 16:32:44 2010 UT +# generated by tools/dev/mk_manifest_and_skip.pl Fri Mar 5 16:49:09 2010 UT # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for @@ -172,8 +172,8 @@ ^compilers/imcc/.*\.obj/ ^compilers/imcc/.*\.tmp$ ^compilers/imcc/.*\.tmp/ -^compilers/imcc/CFLAGS$ -^compilers/imcc/CFLAGS/ +^compilers/imcc/Rules\.mak$ +^compilers/imcc/Rules\.mak/ ^compilers/imcc/imcc$ ^compilers/imcc/imcc/ ^compilers/imcc/imclexer\.c$ diff --git a/compilers/imcc/instructions.c b/compilers/imcc/instructions.c index 4ac3842696..0044b813d5 100644 --- a/compilers/imcc/instructions.c +++ b/compilers/imcc/instructions.c @@ -50,7 +50,7 @@ static int e_file_emit(PARROT_INTERP, __attribute__nonnull__(1) __attribute__nonnull__(4); -static int e_file_open(PARROT_INTERP, ARGIN(const char *file)) +static int e_file_open(PARROT_INTERP, ARGIN(const char *param)) __attribute__nonnull__(1) __attribute__nonnull__(2); @@ -785,7 +785,7 @@ static char *output; /* -=item C +=item C Prints a message to STDOUT. diff --git a/src/debug.c b/src/debug.c index e3dba77fee..e1a126be7b 100644 --- a/src/debug.c +++ b/src/debug.c @@ -116,7 +116,6 @@ static void no_such_register(PARROT_INTERP, UINTVAL register_num) __attribute__nonnull__(1); - PARROT_WARN_UNUSED_RESULT PARROT_CANNOT_RETURN_NULL static const char * skip_whitespace(ARGIN(const char *cmd))