<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 1/30/26 22:19, Rudi Heitbaum wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:SYYP282MB096078DA527EBDEEC7E9DB4DB49CA@SYYP282MB0960.AUSP282.PROD.OUTLOOK.COM">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div dir="ltr"
style="font-family: Aptos, Aptos_MSFontService, -apple-system, Roboto, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        When compiling a Release build (without assert) these come up as
        unused. </div>
      <div dir="ltr"
style="font-family: Aptos, Aptos_MSFontService, -apple-system, Roboto, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        <br>
      </div>
      <div dir="ltr"
style="font-family: Aptos, Aptos_MSFontService, -apple-system, Roboto, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        Alternative approach would be to Error the compile when test is
        part of the build but assert is not part of the build due to the
        build being Release.</div>
    </blockquote>
    <p>Another option would be to override that and enforce that
      assertions are always checked in the test suite, even in release
      builds.</p>
    <p><br>
    </p>
    <p>-- Jacob</p>
  </body>
</html>