Changeset 97309 in vbox
- Timestamp:
- Oct 26, 2022 3:55:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxping.c
r96407 r97309 1011 1011 1012 1012 1013 /* GCC 12.2.1 complains that array subscript is partly outside 1014 * of array bounds in expansion of ipX_addr_cmp. */ 1015 #if RT_GNUC_PREREQ(12, 0) 1016 # pragma GCC diagnostic push 1017 # pragma GCC diagnostic ignored "-Warray-bounds" 1018 #endif 1013 1019 /** 1014 1020 * Called on pollmgr thread. Caller must do the locking since caller … … 1034 1040 return NULL; 1035 1041 } 1042 #if RT_GNUC_PREREQ(12, 0) 1043 # pragma GCC diagnostic pop 1044 #endif 1036 1045 1037 1046
Note:
See TracChangeset
for help on using the changeset viewer.