diff options
author | Reiko Asakura | 2020-07-23 21:08:25 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-23 21:08:25 -0400 |
commit | 58060d88caaa817b8361963d2850d5107f071f41 (patch) | |
tree | f8736acf1febc67380922c04a6a3ad4e36eefa6e /include/user/shellutil.h | |
parent | Add async IO functions for kernel (diff) | |
download | vds-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/shellutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> |