Project

General

Profile

Actions

Bug #5713

open

CIF prints extern for initialized variables

Added by Vadim Mutilin about 9 years ago. Updated about 8 years ago.

Status:
Open
Priority:
High
Category:
C back-end
Start date:
03/17/2015
Due date:
% Done:

0%

Estimated time:
Detected in build:
74cb2de0319
Platform:
Published in build:

Description

It leads to warnings like

linux-3.16-rc1.tar.xz/csd_deg_dscv/18/dscv_tempdir/dscv/ri/32_7a/drivers/gpu/drm/ast/ast_main.o.c.prepared:136:12: warning: 'LDV_IN_INTERRUPT' initialized and declared 'extern' [enabled by default]

because aspectator prints

extern int LDV_IN_INTERRUPT = 1;

which originally was

int LDV_IN_INTERRUPT = 1;

Actions #1

Updated by Evgeny Novikov about 9 years ago

  • Status changed from New to Open
  • Assignee set to Evgeny Novikov
Actions #2

Updated by Evgeny Novikov about 8 years ago

  • Category set to C back-end
  • Priority changed from Normal to High
Actions

Also available in: Atom PDF