Build: Windows #116
Annotations
3 warnings
main (release)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
main (debug)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
main (debug)
In file included from ./inet/common/packet/serializer/ChunkSerializer.h:13,
from ./inet/common/packet/serializer/FieldsChunkSerializer.h:11,
from inet/common/packet/serializer/FieldsChunkSerializer.cc:8:
inet/common/packet/serializer/FieldsChunkSerializer.cc: In member function 'virtual void inet::FieldsChunkSerializer::serialize(inet::MemoryOutputStream&, inet::Ptr<const inet::Chunk>&, inet::units::values::b, inet::units::values::b) const':
./inet/common/packet/chunk/Chunk.h:42:100: warning: unknown conversion type character 'l' in format [-Wformat=]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
| ^~~~~~~~~
./inet/common/packet/chunk/Chunk.h:42:100: warning: unknown conversion type character 'l' in format [-Wformat=]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
| ^~~~~~~~~
./inet/common/packet/chunk/Chunk.h:42:100: warning: too many arguments for format [-Wformat-extra-args]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
| ^~~~~~~~~
inet/common/packet/serializer/FieldsChunkSerializer.cc: In member function 'virtual inet::Ptr<inet::Chunk> inet::FieldsChunkSerializer::deserialize(inet::MemoryInputStream&, const std::type_info&) const':
./inet/common/packet/chunk/Chunk.h:42:100: warning: unknown conversion type character 'l' in format [-Wformat=]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
| ^~~~~~~~~
./inet/common/packet/chunk/Chunk.h:42:100: warning: unknown conversion type character 'l' in format [-Wformat=]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
| ^~~~~~~~~
./inet/common/packet/chunk/Chunk.h:42:100: warning: too many arguments for format [-Wformat-extra-args]
42 | #define CHUNK_CHECK_USAGE(condition, format, ...) ((void)((condition) ? 0 : throw cRuntimeError("Error: " format, ## __VA_ARGS__)))
./inet/common/packet/chunk/Chunk.h:42:100: note: in definition of macro 'CHUNK_CHECK_USAGE'
42 | #define CHUNK_CHECK_USAGE(condition,
|