Diff for /freem/configure.ac between versions 1.27 and 1.28

version 1.27, 2025/04/10 18:01:34 version 1.28, 2025/04/11 20:55:47
Line 24 Line 24
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   Revision 1.28  2025/04/11 20:55:47  snw
   #   Disable -Wunused-result where possible
   #
 #   Revision 1.27  2025/04/10 18:01:34  snw  #   Revision 1.27  2025/04/10 18:01:34  snw
 #   Further tweaks to the autoconf configuration  #   Further tweaks to the autoconf configuration
 #  #
Line 108  AX_CHECK_COMPILE_FLAG([-Wno-format-conta Line 111  AX_CHECK_COMPILE_FLAG([-Wno-format-conta
 AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [AX_APPEND_FLAG([-Wno-stringop-truncation])])  AX_CHECK_COMPILE_FLAG([-Wno-stringop-truncation], [AX_APPEND_FLAG([-Wno-stringop-truncation])])
 AX_CHECK_COMPILE_FLAG([-Wno-parentheses], [AX_APPEND_FLAG([-Wno-parentheses])])  AX_CHECK_COMPILE_FLAG([-Wno-parentheses], [AX_APPEND_FLAG([-Wno-parentheses])])
 AX_CHECK_COMPILE_FLAG([-Wno-pointer-sign], [AX_APPEND_FLAG([-Wno-pointer-sign])])  AX_CHECK_COMPILE_FLAG([-Wno-pointer-sign], [AX_APPEND_FLAG([-Wno-pointer-sign])])
   AX_CHECK_COMPILE_FLAG([-Wno-unused-result], [AX_APPEND_FLAG([-Wno-unused-result])])
   
 # check for libm  # check for libm
 AC_CHECK_LIB([m], [powf])  AC_CHECK_LIB([m], [powf])

Removed from v.1.27  
changed lines
  Added in v.1.28


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>