Skip to content

Commit

Permalink
Merge pull request #22 from 3v1n0/prevent-unused-var
Browse files Browse the repository at this point in the history
transaction: Ignore unused variable warnings
  • Loading branch information
msteinert authored Jan 31, 2024
2 parents 0ba49d9 + d11b37f commit e707495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package pam provides a wrapper for the PAM application API.
package pam

//#cgo CFLAGS: -Wall -std=c99
//#cgo CFLAGS: -Wall -Wno-unused-variable -std=c99
//#cgo LDFLAGS: -lpam
//
//#include <security/pam_appl.h>
Expand Down

0 comments on commit e707495

Please sign in to comment.