summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
Diffstat (limited to 'include/user')
-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>