com.gemstone.gemfire.internal.dolint.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
rm -f lint.log
dolintimpl.sh >& lint.log
dolintimpl.sh -DFLG_DEBUG >>& lint.log
grep warning lint.log |egrep -v -e 'operator new should throw an exception|can.t inline call|operator new should throw an exception|called from here|defined but not used'