Skip to content

Commit 4c53c6a

Browse files
Merge pull request #17 from PolySat/revert-15-gcc-truncation-warning
Revert "Fix gcc format-truncation warning"
2 parents 388037e + ce3e23b commit 4c53c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Make.rules.Linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SO_EXT=so
2-
SO_CFLAGS=-fPIC -O -Wno-error=unused-result -Wno-error=deprecated-declarations -Wno-error=format-truncation
2+
SO_CFLAGS=-fPIC -O -Wno-error=unused-result -Wno-error=deprecated-declarations
33
SO_LDFLAGS=-shared -fPIC -Wl,-soname,$(SO_NAME)

0 commit comments

Comments
 (0)