Skip to content
Snippets Groups Projects
Commit 2634720f authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[-] Compile warnings

parent 4ac6562a
No related branches found
No related tags found
10 merge requests!439feature 4930,!437feature 4930,!435Feature 4930,!434Feature 5344,!433Feature 5344,!432Feature 5220,!431Feature 5220,!430Feature 5220,!428bugs-5311,!423bugfix-5311
Pipeline #10257 passed with stage
in 7 seconds
...@@ -882,4 +882,8 @@ void bindivmod128(uint128_t M, uint128_t N, uint128_t* Q, uint128_t* R) ...@@ -882,4 +882,8 @@ void bindivmod128(uint128_t M, uint128_t N, uint128_t* Q, uint128_t* R)
R->hi = M.hi; R->hi = M.hi;
R->lo = M.lo; R->lo = M.lo;
} }
#else
uint128_t dap_uint128_substract(uint128_t a, uint128_t b);
uint128_t dap_uint128_add(uint128_t a, uint128_t b);
bool dap_uint128_check_equal(uint128_t a, uint128_t b);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment