Index: trunk/util/workarounds/unwarn.sh =================================================================== --- trunk/util/workarounds/unwarn.sh (revision 29744) +++ trunk/util/workarounds/unwarn.sh (nonexistent) @@ -1,15 +0,0 @@ -#!/bin/sh - -# This file is placed in the Public Domain. - -# Comment all #warnings in a file given as $1. -# Useful on systems with CC with no support for #warning. - -sed ' - /^#[ \t]*warning.*/ { - s@^@TODO("@ - s@$@")@ - s@ *TODO:@:@ - s@#[ \t]*warning *@@ - } -' < "$1" > "$1.tmp" && mv "$1.tmp" "$1" Property changes on: trunk/util/workarounds/unwarn.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: trunk/util/workarounds/unwarn_all.sh =================================================================== --- trunk/util/workarounds/unwarn_all.sh (revision 29744) +++ trunk/util/workarounds/unwarn_all.sh (nonexistent) @@ -1,10 +0,0 @@ -#!/bin/sh - -# This file is placed in the Public Domain. - -# Comment all #warnings in all .h and .c files, recursively. -# Useful on systems with CC with no support for #warning. - -action=`echo "$0" | sed "s/_all//"` - -find . -name '*.[ch]' -exec $action {} \; Property changes on: trunk/util/workarounds/unwarn_all.sh ___________________________________________________________________ Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property