- Timestamp:
- Jan 22, 2023 12:23:52 AM (2 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/generated/dt_lex.c
r84936 r98190 896 896 # endif 897 897 # ifdef __GNUC__ 898 # if ((__GNUC__ << 16) + __GNUC_MINOR__) >= 0x400 2898 # if ((__GNUC__ << 16) + __GNUC_MINOR__) >= 0x40002 899 899 # pragma GCC diagnostic ignored "-Wunused-function" 900 900 # endif -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l
r95703 r98190 52 52 # endif 53 53 # ifdef __GNUC__ 54 # if ((__GNUC__ << 16) + __GNUC_MINOR__) >= 0x400 254 # if ((__GNUC__ << 16) + __GNUC_MINOR__) >= 0x40002 55 55 # pragma GCC diagnostic ignored "-Wunused-function" 56 56 # endif
Note:
See TracChangeset
for help on using the changeset viewer.