All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gemstone.gemfire.internal.gccfast.sh Maven / Gradle / Ivy

The newest version!
#! /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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy