Skip to content
Snippets Groups Projects
Commit d9b40208 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

less warnings without Gmp..

Rev: lib/modules/Standards.pmod/ASN1.pmod/Types.pmod:1.10
parent 5401b624
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
* Encodes various asn.1 objects according to the Distinguished * Encodes various asn.1 objects according to the Distinguished
* Encoding Rules (DER) */ * Encoding Rules (DER) */
#if constant(Gmp.mpz)
#if 0 #if 0
#define WERROR werror #define WERROR werror
#else #else
...@@ -1107,3 +1109,5 @@ class meta_explicit ...@@ -1107,3 +1109,5 @@ class meta_explicit
valid_types = types; valid_types = types;
} }
} }
#endif /* Gmp.mpz */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment