<head><!-- BaNnErBlUrFlE-HeAdEr-start -->
<style>
  #pfptBannerx3gk9x0 { all: revert !important; display: block !important; 
    visibility: visible !important; opacity: 1 !important; 
    background-color: #D0D8DC !important; 
    max-width: none !important; max-height: none !important }
  .pfptPrimaryButtonx3gk9x0:hover, .pfptPrimaryButtonx3gk9x0:focus {
    background-color: #b4c1c7 !important; }
  .pfptPrimaryButtonx3gk9x0:active {
    background-color: #90a4ae !important; }
</style>

<!-- BaNnErBlUrFlE-HeAdEr-end -->
</head><!-- BaNnErBlUrFlE-BoDy-start -->
<!-- Preheader Text : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">
 Hello guys, I am still trying to compile my old multigrid code. But i get so many warning, one of those warning is like this: MsFEM_poisson2D_DMDA. c: In function ‘int main(int, char**)’: MsFEM_poisson2D_DMDA. c: 185: 48: warning: variable ‘finest’
</div>
<!-- Preheader Text : END -->

<!-- Email Banner : BEGIN -->
<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerStart</div>

<!--[if ((ie)|(mso))]>
  <table border="0" cellspacing="0" cellpadding="0" width="100%" style="padding: 16px 0px 16px 0px; direction: ltr" ><tr><td>
    <table border="0" cellspacing="0" cellpadding="0" style="padding: 0px 10px 5px 6px; width: 100%; border-radius:4px; border-top:4px solid #90a4ae;background-color:#D0D8DC;"><tr><td valign="top">
      <table align="left" border="0" cellspacing="0" cellpadding="0" style="padding: 4px 8px 4px 8px">
        <tr><td style="color:#000000; font-family: 'Arial', sans-serif; font-weight:bold; font-size:14px; direction: ltr">
          This Message Is From an External Sender
        </td></tr>
        <tr><td style="color:#000000; font-weight:normal; font-family: 'Arial', sans-serif; font-size:12px; direction: ltr">
          This message came from outside your organization.
        </td></tr>

      </table>

    </td></tr></table>
  </td></tr></table>
<![endif]-->

<![if !((ie)|(mso))]>
  <div dir="ltr"  id="pfptBannerx3gk9x0" style="all: revert !important; display:block !important; text-align: left !important; margin:16px 0px 16px 0px !important; padding:8px 16px 8px 16px !important; border-radius: 4px !important; min-width: 200px !important; background-color: #D0D8DC !important; background-color: #D0D8DC; border-top: 4px solid #90a4ae !important; border-top: 4px solid #90a4ae;">
    <div id="pfptBannerx3gk9x0" style="all: unset !important; float:left !important; display:block !important; margin: 0px 0px 1px 0px !important; max-width: 600px !important;">
      <div id="pfptBannerx3gk9x0" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-weight:bold !important; font-weight:bold; font-size:14px !important; line-height:18px !important; line-height:18px">
        This Message Is From an External Sender
      </div>
      <div id="pfptBannerx3gk9x0" style="all: unset !important; display:block !important; visibility: visible !important; background-color: #D0D8DC !important; color:#000000 !important; color:#000000; font-weight:normal; font-family: 'Arial', sans-serif !important; font-family: 'Arial', sans-serif; font-size:12px !important; line-height:18px !important; line-height:18px; margin-top:2px !important;">
This message came from outside your organization.
      </div>

    </div>

    <div style="clear: both !important; display: block !important; visibility: hidden !important; line-height: 0 !important; font-size: 0.01px !important; height: 0px"> </div>
  </div>
<![endif]>

<div style="display:none !important;display:none;visibility:hidden;mso-hide:all;font-size:1px;color:#ffffff;line-height:1px;height:0px;max-height:0px;opacity:0;overflow:hidden;">ZjQcmQRYFpfptBannerEnd</div>
<!-- Email Banner : END -->

<!-- BaNnErBlUrFlE-BoDy-end -->
<div dir="ltr">Hello guys, <br>I am still trying to compile my old multigrid code. But i get so many warning, one of those warning is like this:<br>MsFEM_poisson2D_DMDA.c: In function ‘int main(int, char**)’:<br>MsFEM_poisson2D_DMDA.c:185:48: warning: variable ‘finest’ set but not used [-Wunused-but-set-variable]<br>  185 |                         PetscInt mg_level = 2, finest;<br>      |                                                ^~~~~~<br>MsFEM_poisson2D_DMDA.c:56:44: warning: variable ‘pi’ set but not used [-Wunused-but-set-variable]<br>   56 |         PetscScalar             a,b,c,d,dt,pi;<br>      |                                            ^~<br>MsFEM_poisson2D_DMDA.c:57:35: warning: variable ‘Lx’ set but not used [-Wunused-but-set-variable]<br>   57 |         PetscInt                M,Lx,Ly,Nx,Ny,Mx,My;<br>      |                                   ^~<br>MsFEM_poisson2D_DMDA.c:57:38: warning: variable ‘Ly’ set but not used [-Wunused-but-set-variable]<br>   57 |         PetscInt                M,Lx,Ly,Nx,Ny,Mx,My;<br>      |                                      ^~<br>MsFEM_poisson2D_DMDA.c:58:33: warning: variable ‘hx’ set but not used [-Wunused-but-set-variable]<br>   58 |         PetscScalar             hx,hy,Hx,Hy;<br>      |                                 ^~<br>MsFEM_poisson2D_DMDA.c:58:36: warning: variable ‘hy’ set but not used [-Wunused-but-set-variable]<br>   58 |         PetscScalar             hx,hy,Hx,Hy;<br>      |                                    ^~<br>MsFEM_poisson2D_DMDA.c:58:39: warning: variable ‘Hx’ set but not used [-Wunused-but-set-variable]<br>   58 |         PetscScalar             hx,hy,Hx,Hy;<br>      |                                       ^~<br>MsFEM_poisson2D_DMDA.c:58:42: warning: variable ‘Hy’ set but not used [-Wunused-but-set-variable]<br>   58 |         PetscScalar             hx,hy,Hx,Hy;<br>      |                                          ^~<br>MsFEM_poisson2D_DMDA.c:60:58: warning: variable ‘Nondimensionalization’ set but not used [-Wunused-but-set-variable]<br>   60 |         PetscInt                Compute_finegridsolution,Nondimensionalization;<br>      |                                                          ^~~~~~~~~~~~~~~~~~~~~<br>MsFEM_poisson2D_DMDA.c:283:54: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size between 0 and 99<br><br><br>Can you guys help me to fix or solve this warning in order to get the code run smoothly. Please help  <br><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px">Best regards,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Ivan Luthfi Ihwani</div><div style="font-size:12.8px"><br></div></div></div></div></div></div>