sonic-net / sonic-sairedis

SAI object interface to Redis database, as used in the SONiC project
Other
56 stars 263 forks source link

Make changes to support compiling on Bookworm (with GCC 12) #1344

Closed saiarcot895 closed 7 months ago

saiarcot895 commented 7 months ago

This adds support for sairedis to compile on Debian Bookworm (with GCC 12). This PR also includes a SAI submodule update that brings in other unrelated changes; this is needed because of a change in Doxyfile that would cause warnings/errors in newer versions of Doxygen.

The SAI submodule update brings in the following changes:

Note that runtime functionality testing has not been done; only compilation (with the build-time tests) has been done.