Changeset 63225 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 9, 2016 4:35:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r63028 r63225 40 40 #if RT_GNUC_PREREQ(4, 2) 41 41 # pragma GCC diagnostic ignored "-Wunused-parameter" 42 # if !defined(__cplusplus) && RT_GNUC_PREREQ(4, 3) 43 # pragma GCC diagnostic ignored "-Wold-style-declaration" /* 2.6.18-411.0.0.0.1.el5/build/include/asm/apic.h:110: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration] */ 44 # endif 42 45 #endif 43 46
Note:
See TracChangeset
for help on using the changeset viewer.