Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning with make #46

Closed
allardk opened this issue Oct 11, 2016 · 2 comments
Closed

Warning with make #46

allardk opened this issue Oct 11, 2016 · 2 comments

Comments

@allardk
Copy link

allardk commented Oct 11, 2016

Hi,

When I make the Drivers I've this warning :

 allardk@orion  ~/MT7630E   release  make                                                    ✓  10105  10:00:46 
make -C /lib/modules/`uname -r`/build M=/home/allardk/MT7630E/rt2x00 modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.8.0-22-generic »
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00dev.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00mac.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00config.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00queue.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00link.o
  CC [M]  /home/allardk/MT7630E/rt2x00/mt_linux.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00crypto.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00firmware.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00leds.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00mmio.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2800pci.o
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2800lib.o
/home/allardk/MT7630E/rt2x00/rt2800lib.c: In function ‘rt2800_config_ant’:
/home/allardk/MT7630E/rt2x00/rt2800lib.c:3046:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   if (txbe != txbe_r5)
   ^~
/home/allardk/MT7630E/rt2x00/rt2800lib.c:3050:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
    rt2800_MT7630_bbp_read(rt2x00dev, AGC1_R0, &agc_r0);
    ^~~~~~~~~~~~~~~~~~~~~~
  CC [M]  /home/allardk/MT7630E/rt2x00/rt2x00pci.o
  LD [M]  /home/allardk/MT7630E/rt2x00/mt7630e.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/allardk/MT7630E/rt2x00/mt7630e.mod.o
  LD [M]  /home/allardk/MT7630E/rt2x00/mt7630e.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.8.0-22-generic »
make -C /lib/modules/`uname -r`/build M=/home/allardk/MT7630E/btloader modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.8.0-22-generic »
  CC [M]  /home/allardk/MT7630E/btloader/mt76xx.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/allardk/MT7630E/btloader/mt76xx.mod.o
  LD [M]  /home/allardk/MT7630E/btloader/mt76xx.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.8.0-22-generic »
@neurobin
Copy link
Owner

neurobin commented Oct 11, 2016

Ignoring it is perfectly safe...
Will be fixed though...

@allardk
Copy link
Author

allardk commented Oct 12, 2016

Okay, thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants