X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/112c85fd5ba63bbf83526cdadfc7751b2cf74311..4caf866b3d452c738cb276e805e48e4f1ccd2eba:/src/stateInfo.c diff --git a/src/stateInfo.c b/src/stateInfo.c index 79e0049..6d80a88 100644 --- a/src/stateInfo.c +++ b/src/stateInfo.c @@ -25,6 +25,15 @@ # include "splintMacros.nf" # include "basic.h" +# ifdef WIN32 +/* +** Make Microsoft VC++ happy: its control checking produces too +** many spurious warnings. +*/ + +# pragma warning (disable:4715) +# endif + static /*@observer@*/ cstring stateAction_unparse (stateAction p_sa) /*@*/ ; void stateInfo_free (/*@only@*/ stateInfo a)