-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
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?
Reactions are currently unavailable