summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorReiko Asakura2020-07-23 21:08:25 -0400
committerReiko Asakura2020-07-23 21:08:25 -0400
commit58060d88caaa817b8361963d2850d5107f071f41 (patch)
treef8736acf1febc67380922c04a6a3ad4e36eefa6e /include/user
parentAdd async IO functions for kernel (diff)
downloadvds-libraries-58060d88caaa817b8361963d2850d5107f071f41.tar.gz
Change `pragma GCC warning` to `pragma message`
Because warnings in system headers will not appear except when -Wsystem-headers is given to gcc.
Diffstat (limited to '')
-rw-r--r--include/user/io/devctl.h2
-rw-r--r--include/user/shellutil.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/user/io/devctl.h b/include/user/io/devctl.h
index 47f6ac8..211fdfe 100644
--- a/include/user/io/devctl.h
+++ b/include/user/io/devctl.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_IO_DEVCTL_H_
#define _PSP2_IO_DEVCTL_H_
-#pragma GCC warning "psp2/io/devctl.h is deprecated. Please include psp2/kernel/iofilemgr.h."
+#pragma message "psp2/io/devctl.h is deprecated. Please include psp2/kernel/iofilemgr.h."
#include <psp2/kernel/iofilemgr.h>
diff --git a/include/user/shellutil.h b/include/user/shellutil.h
index 93b4097..6ae648c 100644
--- a/include/user/shellutil.h
+++ b/include/user/shellutil.h
@@ -1,3 +1,3 @@
-#pragma GCC warning "psp2/shellutil.h is deprecated. Please include psp2/shellsvc.h."
+#pragma message "psp2/shellutil.h is deprecated. Please include psp2/shellsvc.h."
#include <psp2/shellsvc.h>