X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/b73d1009d4a3494951c129e49f50f8b4c795deb1..35e8712de8a20811e536e7506deb87e9492a710d:/src/context.c diff --git a/src/context.c b/src/context.c index e0755e4..c67fa9e 100644 --- a/src/context.c +++ b/src/context.c @@ -884,7 +884,7 @@ context_resetAllFlags (void) gc.flags[FLG_WARNFLAGS] = TRUE; gc.flags[FLG_WARNRC] = TRUE; gc.flags[FLG_FILEEXTENSIONS] = TRUE; - gc.flags[FLG_WARNUNIXLIB] = TRUE; + gc.flags[FLG_WARNUNIXLIB] = FALSE; gc.flags[FLG_WARNPOSIX] = TRUE; gc.flags[FLG_SHOWCOL] = TRUE; gc.flags[FLG_SHOWDEEPHISTORY] = FALSE; /* TRUE; */ @@ -3787,8 +3787,8 @@ context_userSetFlag (flagcode f, bool b) llerror_flagWarning (cstring_makeLiteral ("Selecting unix library. Unix library is " - "ad hoc addition to POSIX library. Recommend " - "use +posixlib to select POSIX library instead. " + "based on the Single Unix Specification, Version 2. Not all " + "Unix implementations are consistend with this specification. " "Use -warnunixlib to suppress this message.")); } }