- Timestamp:
- Oct 17, 2021 8:14:13 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/sup.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r91789 r91795 2221 2221 SUPR0DECL(int) SUPR0PrintfV(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(1, 0); 2222 2222 2223 /* Suppress -Winline warnings as (older) gcc refuses to inline functions using va_start: */ 2224 #if RT_GNUC_PREREQ(4, 2) 2225 # if RT_GNUC_PREREQ(4, 6) 2226 # pragma GCC diagnostic push 2227 # endif 2228 # pragma GCC diagnostic ignored "-Winline" 2229 #endif 2223 2230 /** 2224 2231 * Writes to the debugger and/or kernel log. … … 2240 2247 return 0; 2241 2248 } 2249 #if RT_GNUC_PREREQ(4, 6) 2250 # pragma GCC diagnostic pop 2251 #endif 2242 2252 2243 2253 #ifdef IN_RING0
Note:
See TracChangeset
for help on using the changeset viewer.

