enabled additional compiler errors

This commit is contained in:
2025-08-08 21:39:16 +03:00
parent f1a8a186e0
commit eb8bad55ee
4 changed files with 10 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
#include "internal.h"
#include "socket.h"
#include "errno.h"
#include "assert.h"
#include <assert.h>
Result(Socket) socket_open_TCP(){
Socket s = socket(AF_INET, SOCK_STREAM, 0);