Patch by Robert Turnbull: remove warning messages

This commit is contained in:
holger 2023-02-05 11:25:42 +01:00 committed by Holger Vogt
parent 7628c5b0e1
commit 9e432838c0
2 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,7 @@ MODIFICATIONS
23 Aug 1991 Jeffrey P. Murray 23 Aug 1991 Jeffrey P. Murray
30 Sep 1991 Jeffrey P. Murray 30 Sep 1991 Jeffrey P. Murray
09 Nov 2022 Holger Vogt 09 Nov 2022 Holger Vogt
05 Jan 2023 Robert Turnbull
SUMMARY SUMMARY
@ -54,7 +55,7 @@ NON-STANDARD FEATURES
#include "d_osc.h" /* ...contains macros & type defns. #include "d_osc.h" /* ...contains macros & type defns.
for this model. 7/24/91 - JPM */ for this model. 7/24/91 - JPM */
#include <stdlib.h>
/*=== CONSTANTS ========================*/ /*=== CONSTANTS ========================*/

View File

@ -20,6 +20,7 @@ MODIFICATIONS
23 Aug 1991 Jeffrey P. Murray 23 Aug 1991 Jeffrey P. Murray
30 Sep 1991 Jeffrey P. Murray 30 Sep 1991 Jeffrey P. Murray
06 Oct 2022 Holger Vogt 06 Oct 2022 Holger Vogt
05 Jan 2023 Robert Turnbull
SUMMARY SUMMARY
@ -54,6 +55,7 @@ NON-STANDARD FEATURES
#include "d_pwm.h" /* ...contains macros & type defns. #include "d_pwm.h" /* ...contains macros & type defns.
for this model. 7/24/91 - JPM */ for this model. 7/24/91 - JPM */
#include <stdlib.h>