wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Draft: Small fixes (!505)


From: Avinash Sonawane (@rootkea)
Subject: Re: wget2 | Draft: Small fixes (!505)
Date: Sat, 30 Jul 2022 04:53:00 +0000



Avinash Sonawane commented on a discussion on examples/batch_loader.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_1045367482

>   *
>   */
>  
> +#ifndef _WIN32

I think it's due to `-std=c17 -pedantic` in `CFLAGS`. Anyways, here is the 
complete CFLAGS I have:
```
$ echo $CFLAGS
-Wall -Wextra -g -O0 -fsanitize=address -fsanitize=leak -fno-omit-frame-pointer 
-fno-optimize-sibling-calls -fsanitize=undefined 
-fsanitize=float-divide-by-zero -fsanitize=unsigned-integer-overflow 
-fsanitize=implicit-conversion -fsanitize=local-bounds -fsanitize=nullability 
-std=c17 -pedantic
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_1045367482
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]