These are the remaining warnings in the parser, where we have the location to hand.pull/2856/head
parent
2ed875e1b4
commit
f85fde743a
4 changed files with 17 additions and 7 deletions
@ -0,0 +1 @@ |
||||
@MISSING@ |
@ -1,6 +1,10 @@ |
||||
project('duplicate kwarg', 'c') |
||||
project('warning location', 'c') |
||||
a = library('liba', 'a.c') |
||||
b = library('libb', 'b.c') |
||||
executable('main', 'main.c', link_with: a, link_with: b) |
||||
subdir('sub') |
||||
warning('a warning of some sort') |
||||
import('unstable-simd') |
||||
|
||||
conf_data = configuration_data() |
||||
configure_file(input: 'conf.in' , output: 'conf', configuration: conf_data) |
||||
|
Loading…
Reference in new issue