Skip to content

Commit

Permalink
techpack: audio: remove open conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
acuicultor committed Jul 20, 2021
1 parent 5ca7433 commit 7d9b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techpack/audio/asoc/codecs/ep92/Kbuild
Expand Up @@ -77,7 +77,7 @@ KBUILD_CPPFLAGS += $(CDEFINES)
# is disabling the maybe-uninitialized warning. Re-enable it for the
# AUDIO driver. Note that we must use EXTRA_CFLAGS here so that it
# will override the kernel settings.
ifeq ($(call cc-option-yn, -Wmaybe-uninitialized),y)
# ifeq ($(call cc-option-yn, -Wmaybe-uninitialized),y)
#EXTRA_CFLAGS += -Wmaybe-uninitialized
#ccflags-y += -Wmaybe-uninitialized
#endif
Expand Down

0 comments on commit 7d9b89c

Please sign in to comment.