Skip to content

Commit

Permalink
fixup! fixup! fixup! fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jul 20, 2023
1 parent 592c85c commit b3bdfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/processor_fallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// Fallback processor detection and dispatch

static constexpr FeatureName feature_names[] = {};
static constexpr uint32_t nfeature_names = sizeof(feature_names) / sizeof(FeatureName);
static constexpr FeatureName feature_names[0];
static constexpr uint32_t nfeature_names = 0;

namespace Fallback {

Expand Down

0 comments on commit b3bdfe0

Please sign in to comment.