#!/bin/csh -f
gcc $* |& (egrep -v "warning: parameter points to incomplete" || echo -n)
