X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.hh;h=9bdfa75abbc89c45e02f42141e6c83f9f02837b9;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=93f951aa3f6a1522b972ee36b28cca141ee701fc;hpb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;p=senf.git diff --git a/Packets/PacketRegistry.hh b/Packets/PacketRegistry.hh index 93f951a..9bdfa75 100644 --- a/Packets/PacketRegistry.hh +++ b/Packets/PacketRegistry.hh @@ -89,9 +89,6 @@ namespace senf { { public: /** \brief Statically register a packet type in a PacketRegistry - - \fixme This fails to work within a library since the linker will - remove all unused object files ... */ template struct RegistrationProxy @@ -208,4 +205,5 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" // End: