view src/protobuf-test.cpp @ 5839:f0fc792daaa6

ghostscript: Disable openjpeg. * src/ghostscript.mk: Disable OpenJPEG. That fixes an error for incremental builds.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 12 Aug 2021 14:02:05 +0200
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}