Update go-duktape.v3 revision to include submitted patch
- Gets rid of noisy build warnings
This commit is contained in:
parent
737a964a50
commit
3f1b2fa57f
|
@ -387,7 +387,7 @@
|
|||
branch = "v3"
|
||||
name = "gopkg.in/olebedev/go-duktape.v3"
|
||||
packages = ["."]
|
||||
revision = "3c4db4ad4f2db84859454dc805d6eb7d8051a8ce"
|
||||
revision = "abf0ba0be5d5d36b1f9266463cc320b9a5ab224e"
|
||||
|
||||
[[projects]]
|
||||
name = "gopkg.in/sourcemap.v1"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package duktape
|
||||
|
||||
/*
|
||||
#cgo !windows CFLAGS: -std=c99 -O3 -Wall -fomit-frame-pointer -fstrict-aliasing
|
||||
#cgo windows CFLAGS: -O3 -Wall -fomit-frame-pointer -fstrict-aliasing
|
||||
#cgo !windows CFLAGS: -std=c99 -O3 -Wall -Wno-unused-value -fomit-frame-pointer -fstrict-aliasing
|
||||
#cgo windows CFLAGS: -O3 -Wall -Wno-unused-value -fomit-frame-pointer -fstrict-aliasing
|
||||
|
||||
#include "duktape.h"
|
||||
#include "duk_logging.h"
|
||||
|
|
Loading…
Reference in New Issue