diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2015-05-04 14:17:28 -0400 |
|---|---|---|
| committer | Dan McDonald <danmcd@omniti.com> | 2015-05-05 12:02:29 -0400 |
| commit | 37bbd7cc85ebfd31fbf68569b8b098e5448c9ce9 (patch) | |
| tree | 553680f7cca62f4b4f4cfecdc71e74b2ced08a90 /usr/src/lib/libwanboot | |
| parent | f949c3862e64cd157f2a1aeefd0da08100f76173 (diff) | |
| download | illumos-gate-37bbd7cc85ebfd31fbf68569b8b098e5448c9ce9.tar.gz | |
5878 Additional lint fixes for sunstudio12.1 and more modern OpenSSL
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/lib/libwanboot')
| -rw-r--r-- | usr/src/lib/libwanboot/Makefile.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libwanboot/Makefile.com b/usr/src/lib/libwanboot/Makefile.com index ed69ec0b8a..322bfb51f7 100644 --- a/usr/src/lib/libwanboot/Makefile.com +++ b/usr/src/lib/libwanboot/Makefile.com @@ -75,9 +75,9 @@ SRCS = $(LOC_SRCS) $(COM_SRCS) $(DHCP_SRCS) SRCDIR = $(LOC_DIR) $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) -# OpenSSL requires us to turn this off -LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN +# OpenSSL (incl. varying versions) requires us to turn these off +LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN,E_SUPPRESSION_DIRECTIVE_UNUSED +LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN,E_SUPPRESSION_DIRECTIVE_UNUSED CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(LOC_DIR) -I$(COM_DIR) -I$(DHCP_DIR) |
