You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With recent changes, the project fails to compile with GCC 4.4 (Ubuntu Lucid and CentOS 6).
The problem is __attribute__((deprecated(<message>))), as it's supported starting from GCC 4.5 only.
So, the question is, should we support such an old version of the compiler?
The text was updated successfully, but these errors were encountered:
With recent changes, the project fails to compile with GCC 4.4 (Ubuntu Lucid and CentOS 6).
The problem is
__attribute__((deprecated(<message>)))
, as it's supported starting from GCC 4.5 only.So, the question is, should we support such an old version of the compiler?
The text was updated successfully, but these errors were encountered: