Merge pull request #2856 from jon-turney/warning-location
Consolidate warning location formattingpull/2755/head
commit
65f78a722a
7 changed files with 39 additions and 18 deletions
@ -0,0 +1 @@ |
||||
@MISSING@ |
@ -1,6 +1,10 @@ |
||||
project('duplicate kwarg', 'c') |
||||
project('warning location', 'c', invalid: 'cheese') |
||||
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