waternumbers / tinyfiledialogsR

R wrapper for tinyfiledialogs C code
zlib License
0 stars 0 forks source link

Non strict prototype #4

Closed waternumbers closed 8 months ago

waternumbers commented 1 year 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(){
      |      ^~~~~~~~