syphilis has asked for the wisdom of the Perl Monks concerning the following question:
is in response toRandom.xs:13: warning: format not a string literal and no format argum +ents
Google supplies plenty of hits for the warning, but I haven't yet been able to understand why that particular piece of code should produce that particular warning - and I don't have access to a machine that exhibits the behaviour.SV * Rgmp_randinit_default() { gmp_randstate_t * rand_obj; SV * obj_ref, * obj; New(1, rand_obj, 1, gmp_randstate_t); /* line 13 */ ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [Mac OS X] New() produces odd compiler warnings
by dave_the_m (Monsignor) on Jun 19, 2010 at 08:53 UTC | |
by ikegami (Patriarch) on Jun 19, 2010 at 09:15 UTC | |
by syphilis (Archbishop) on Jun 19, 2010 at 15:09 UTC | |
|
Re: [Mac OS X] New() produces odd compiler warnings
by ikegami (Patriarch) on Jun 18, 2010 at 23:31 UTC |