Commit graph

5 commits

Author SHA1 Message Date
Ferenc Géczi
1d8bfb75cd [indexer] Fix the suppression of deprecated-declarations
Fixes the ~40, GCC 14 warnings in the CI job:

````
generated_message_table_driven.h:159:20: warning: 'is_pod<google::protobuf::internal::AuxillaryParseTableField>'
is deprecated: use 'is_standard_layout && is_trivial' instead [-Wdeprecated-declarations]
  159 | static_assert(std::is_pod<AuxillaryParseTableField>::value, "");
````

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2024-12-22 12:00:23 -03:00
Alexander Borsuk
46fe7bcf12 Warning fixes
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-13 15:10:24 +01:00
Sergey Yershov
ef1b54ccd1 Fix include path for indexer 2015-09-22 16:45:51 -07:00
Darafei Praliaskouski
23c591de0a [indexer] removed text protobuffer 2015-09-22 16:02:15 -07:00
Alex Zolotarev
c404de86ac - Load only binary styles in every configuration
- Removed world file without search index from repo
2015-09-22 16:00:38 -07:00