suppression de `-Werror' des drapeaux de compilation
This commit is contained in:
parent
3a6c3a9753
commit
8b350efed2
@ -1,4 +1,4 @@
|
|||||||
CC := gcc -Wall -Wextra -Wpedantic -Werror -Wshadow=local -Iinclude -Isrc -g -std=c11
|
CC := gcc -Wall -Wextra -Wpedantic -Wshadow=local -Iinclude -Isrc -g -std=c11
|
||||||
|
|
||||||
# pkg-config
|
# pkg-config
|
||||||
# LIBS :=
|
# LIBS :=
|
||||||
|
@ -122,9 +122,6 @@ int ext_in(const char addr[], int port) {
|
|||||||
|
|
||||||
|
|
||||||
void ext_bidir(const char addr[], int port, int in, int out) {
|
void ext_bidir(const char addr[], int port, int in, int out) {
|
||||||
(void) in;
|
|
||||||
(void) out;
|
|
||||||
|
|
||||||
pid_t pid = fork();
|
pid_t pid = fork();
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
ext_in(addr, port);
|
ext_in(addr, port);
|
||||||
|
Reference in New Issue
Block a user