Skip to content

Commit

Permalink
Merge pull request #7 from launchdarkly/saslWarnings
Browse files Browse the repository at this point in the history
Hide deprecated warnings when building internal/sasl package
  • Loading branch information
domodwyer authored Jun 14, 2017
2 parents a34a648 + 023becf commit 1ec357d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sasl/sasl.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
package sasl

// #cgo LDFLAGS: -lsasl2
// #cgo CFLAGS: -Wno-deprecated-declarations
//
// struct sasl_conn {};
//
Expand Down

0 comments on commit 1ec357d

Please sign in to comment.