|
From: | John W. Eaton |
Subject: | [Octave-bug-tracker] [bug #65321] C++20 warnings about deprecated uses of volatile variables |
Date: | Sat, 17 Feb 2024 22:42:48 -0500 (EST) |
Follow-up Comment #10, bug#65321 (group octave): Thanks for pointing out the configure option and macro. The default in the configure script is ENABLE_FLOAT_TRUNCATE=yes, so it is enabled by default and that causes the OCTAVE_FLOAT_TRUNCATE macro to be defined to volatile by default. Since it seems we should no longer need volatile for this purpose, I checked in the following change: http://hg.savannah.gnu.org/hgweb/octave/rev/359f922209d4 _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?65321> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |