std/socket: Use 0 as default protocol number #157
Annotations
4 errors and 10 warnings
Build compiler and tools
not all cases are covered; missing: {IPPROTO_DEFAULT} [rsemMissingCaseBranches]
|
Build compiler and tools
expression 'SOCK_STREAM' is of type 'SockType' and has to be used (or discarded) [rsemUseOrDiscardExpr]
|
Build compiler and tools
expression 'SOCK_DGRAM' is of type 'SockType' and has to be used (or discarded) [rsemUseOrDiscardExpr]
|
Build compiler and tools
Process completed with exit code 1.
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1202
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1206
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1216
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1234
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1252
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1257
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1262
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1266
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
|
Build compiler and tools:
compiler/utils/astrepr.nim#L1317
DEBUG proc, do not use in the final build!; inDebug is deprecated [Deprecated]
|
Build compiler and tools:
compiler/sem/transf.nim#L1308
workaround for sem not sanitizing AST; transformDefSym is deprecated [Deprecated]
|
Loading