You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2022/12/20 07:27:26 UTC

[GitHub] [incubator-milagro-crypto-c] matthiasgoergens opened a new issue, #96: Mismatched bounds

matthiasgoergens opened a new issue, #96:
URL: https://github.com/apache/incubator-milagro-crypto-c/issues/96

   When I am building, I am getting warnings like the following:
   
   ```
   /home/matthias/incubator-milagro-crypto-c/target/default/src/big_256_56.c:151:36: warning: argument 'f' of type 'DBIG_256_56' (aka 'long[10]') with mismatched bound [-Warray-parameter]
   void BIG_256_56_dcmove(DBIG_256_56 f,DBIG_256_56 g,int d)
                                      ^
   /home/matthias/incubator-milagro-crypto-c/target/default/include/big_256_56.h:115:42: note: previously declared as 'BIG_256_56' (aka 'long[5]') here
   extern void BIG_256_56_dcmove(BIG_256_56 x,BIG_256_56 y,int s);
   ```
   
   When checking the sources, I see `BIG_XXX` vs `DBIG_XXX`:
   
   ```
   include/big.h.in:extern void BIG_XXX_dcmove(BIG_XXX x,BIG_XXX y,int s);
   src/big.c.in:void BIG_XXX_dcmove(DBIG_XXX f,DBIG_XXX g,int d)
   ```
   
   Is this intentional?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org


[GitHub] [incubator-milagro-crypto-c] giorgiozoppi commented on issue #96: Mismatched bounds

Posted by "giorgiozoppi (via GitHub)" <gi...@apache.org>.
giorgiozoppi commented on issue #96:
URL: https://github.com/apache/incubator-milagro-crypto-c/issues/96#issuecomment-1484223807

   @kealan  please provide support to this. The warning has to be removed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org