Advertisement
Guest User

Untitled

a guest
Nov 15th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ make -s ls2080aqds_defconfig
  2. $ make -j7 -s
  3. drivers/ddr/fsl/options.c:80:33: warning: 'single_S' defined but not used [-Wunused-const-variable=]
  4. static const struct dynamic_odt single_S[4] = {
  5. ^~~~~~~~
  6. drivers/ddr/fsl/options.c:63:33: warning: 'single_D' defined but not used [-Wunused-const-variable=]
  7. static const struct dynamic_odt single_D[4] = {
  8. ^~~~~~~~
  9. drivers/ddr/fsl/options.c:36:33: warning: 'single_Q' defined but not used [-Wunused-const-variable=]
  10. static const struct dynamic_odt single_Q[4] = {
  11. ^~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement