Adding Werror to compilation and solve warnings

This commit is contained in:
Francisco Javier Trujillo Mata
2024-05-10 21:54:56 +02:00
parent 4c61f81a14
commit f1ea3f8f9c
8 changed files with 23 additions and 19 deletions

View File

@@ -12,6 +12,7 @@
#ifndef PSP_WITHOUT_PTHREAD
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pspkerneltypes.h>
#include <pspthreadman.h>