Changeset 91799 in vbox
- Timestamp:
- Oct 17, 2021 10:59:41 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/sup.h ¶
r91798 r91799 2231 2231 * @param ... Arguments referenced by the format string. 2232 2232 */ 2233 #if defined(__GNUC__) 2233 #if defined(__GNUC__) && defined(__inline__) 2234 2234 /* Define it as static for GCC as it cannot inline functions using va_start() anyway, 2235 2235 and linux redefines __inline__ to always inlining forcing gcc to issue an error. */
Note:
See TracChangeset
for help on using the changeset viewer.