Opened 9 years ago
Closed 8 years ago
#1173 closed defect (fixed)
suppress 3rd party warnings
Reported by: | Peter Baumann | Owned by: | Alex Toader |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | build system | Version: | development |
Keywords: | Cc: | ||
Complexity: | Trivial |
Description
when building third_party/ I get tons of warnings like
…/rasdaman/third_party/bin/protobuf/include/google/protobuf/extension_set.h:616: warning: no uniquely matching class member found for
void google::protobuf::internal::ExtensionSet::SetString(int number, unsigned char type, const string &value, const google::protobuf::FieldDescriptor *descriptor)
In particular protobuf seems to be programmed by a rough rider. Therefore, suggesting to suppress non-issue warnings for 3rd party tools in general so that rasdaman warnings are not overseen easily.
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.