Closed waternumbers closed 8 months ago
From winbuilder:
using C compiler: 'gcc.exe (GCC) 12.2.0' gcc -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o gcc -I"D:/RCompile/recent/R-4.3.1/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tfdR.c -o tfdR.o tfdR.c:16:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] 16 | void tfd_beep(){ | ^~~~~~~~
From winbuilder: