Changes between Initial Version and Version 1 of Ticket #68961, comment 2


Ignore:
Timestamp:
Dec 22, 2023, 11:27:58 PM (10 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68961, comment 2

    initial v1  
    22> Looks like it may be possible to fix that: something along the lines of https://github.com/redis/redis/issues/5394
    33
    4 I guess it is safer just to remove them conditional on gcc-4.x. This way the code will be unmodified for everything else. (I have no idea if clangs define a version of __GNUC__ and if yes then which.)
     4I guess it is safer just to remove them conditional on gcc-4.x. This way the code will be unmodified for everything else. (I have no idea if clangs define a version of `__GNUC__` and if yes then which.)