com.gemstone.gemfire.internal.gccfast.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-core Show documentation
Show all versions of gemfire-core Show documentation
SnappyData store based off Pivotal GemFireXD
#! /bin/csh
if ( $1 == "full" ) then
# echo "full"
gccimpl.sh $2
else
# echo "filtered"
gccimpl.sh $* \
|& egrep -v -e 'warning.*format,|: In function' \
| egrep -v -e 'jni.h: In method|warning.*varargs function cannot be inline' \
| egrep -v -e '\.hpp.*will never be executed' | less -iX
endif