Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try to disable some gcc format warnings
  • Loading branch information
Sergei Yu. Skorobogatov committed May 7, 2012
1 parent 1ddb807 commit 6c7cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input.go
Expand Up @@ -4,7 +4,7 @@ package input
// #include <stdlib.h> // #include <stdlib.h>
// #include "input.h" // #include "input.h"
// //
// #cgo CFLAGS: -O3 -Wall -Wno-error=format-security // #cgo CFLAGS: -O3 -Wno-error=format-security -Wno-format-nonliteral -Wno-format-extra-args
// //
import "C" import "C"


Expand Down

0 comments on commit 6c7cb14

Please sign in to comment.