netty5/transport-native-epoll/src
Norman Maurer 2ffe7bd72e Fail build on warnings in the native transport
Motivation:

We should fail the build on warnings in the JNI/c code.

Modifications:

- Add GCC flag to fail build on warnings.
- Fix warnings (which also fixed a bug when using splice with offsets).

Result:

Better code quality.
2015-09-30 20:26:36 +02:00
..
main Fail build on warnings in the native transport 2015-09-30 20:26:36 +02:00
test/java/io/netty/channel/epoll Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost() 2015-09-24 10:49:30 +02:00