Skip to content

Commit

Permalink
go: Enable C compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 20, 2018
1 parent c886001 commit a456a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/go/evmc/evmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package evmc

/*
#cgo CFLAGS: -I${SRCDIR}/..
#cgo CFLAGS: -I${SRCDIR}/.. -Wall -Wextra
#cgo LDFLAGS: -ldl
#include <evmc/evmc.h>
Expand Down
2 changes: 1 addition & 1 deletion bindings/go/evmc/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package evmc

/*
#cgo CFLAGS: -I${SRCDIR}/..
#cgo CFLAGS: -I${SRCDIR}/.. -Wall -Wextra -Wno-unused-parameter
#include <evmc/evmc.h>
Expand Down

0 comments on commit a456a1f

Please sign in to comment.