< prev index next >

make/scripts/hide_important_warnings_from_javac.sh

Print this page
rev 59102 : imported patch build

*** 20,36 **** # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # ! if [ -x /usr/bin/ggrep ] ; then ! # Gnu grep on Solaris ! # (reference configure and build/solaris-i586-clientANDserver-release/spec.gmk ! GREP=/usr/bin/ggrep ! else ! GREP=grep ! fi # EXP="Note: Some input files use or override a deprecated API." EXP="${EXP}|Note: Recompile with -Xlint:deprecation for details." EXP="${EXP}|Note: Some input files use unchecked or unsafe operations." EXP="${EXP}|Note: Recompile with -Xlint:unchecked for details." --- 20,31 ---- # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # ! GREP=grep ! # EXP="Note: Some input files use or override a deprecated API." EXP="${EXP}|Note: Recompile with -Xlint:deprecation for details." EXP="${EXP}|Note: Some input files use unchecked or unsafe operations." EXP="${EXP}|Note: Recompile with -Xlint:unchecked for details."
< prev index next >