Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Six type mismatch errors #38

Open
hdatma opened this issue Oct 13, 2021 · 0 comments
Open

Six type mismatch errors #38

hdatma opened this issue Oct 13, 2021 · 0 comments

Comments

@hdatma
Copy link

hdatma commented Oct 13, 2021


spf_dns.c:97:10: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                        ^
spf_dns_resolv.c:182:8: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                       ^
spf_dns_resolv.c:514:10: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                       ^
spf_dns_rr.c:231:9: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                       ^
spf_dns_zone.c:281:8: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                       ^
spf_utils.c:172:8: warning: case value not in enumerated type 'ns_type' (aka 'enum __ns_type') [-Wswitch]
case ns_t_spf:     return "SPF";
     ^
../../src/include/spf_dns.h:89:18: note: expanded from macro 'ns_t_spf'
#define ns_t_spf        99
                       ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant