Skip to content

test#12

Open
nilason wants to merge 23 commits intomainfrom
test_G_percent_r_sep_out
Open

test#12
nilason wants to merge 23 commits intomainfrom
test_G_percent_r_sep_out

Conversation

@nilason
Copy link
Copy Markdown
Owner

@nilason nilason commented Mar 31, 2026

No description provided.

nilason added 10 commits March 31, 2026 23:29
progress.c: In function ‘G_set_percent_routine’:
progress.c:346:19: error: ISO C forbids conversion of function pointer to object pointer type [-Werror=pedantic]
  346 |     s.user_data = (void *)fn;
      |                   ^
progress.c: In function ‘legacy_percent_adapter’:
progress.c:1016:23: error: ISO C forbids conversion of object pointer to function pointer type [-Werror=pedantic]
 1016 |     void (*fn)(int) = (void (*)(int))ud;
      |                       ^
cc1: all warnings being treated as errors
progress.c: In function 'now_ns':
progress.c:1009:5: error: implicit declaration of function 'timespec_get' [-Wimplicit-function-declaration]
 1009 |     timespec_get(&ts, TIME_UTC);
      |     ^~~~~~~~~~~~
progress.c:1009:23: error: 'TIME_UTC' undeclared (first use in this function)
 1009 |     timespec_get(&ts, TIME_UTC);
      |                       ^~~~~~~~
progress.c:1009:23: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [../../include/Make/Compile.make:32: OBJ.x86_64-w64-mingw32/progress.o] Error 1
make[3]: *** Waiting for unfinished jobs....
paths.c: In function 'G_owner':
paths.c:220:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  220 |     return (int)pSidOwner;
      |            ^
make[3]: Leaving directory '/d/a/grass/grass/lib/gis'
make[3]: Entering directory '/d/a/grass/grass/lib/proj'
test -d OBJ.x86_64-w64-mingw32 || mkdir -p OBJ.x86_64-w64-mingw32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant